public enum IfcReflectanceMethodEnum extends Enum<IfcReflectanceMethodEnum> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
BLINN
The 'BLINN' literal object.
|
FLAT
The 'FLAT' literal object.
|
GLASS
The 'GLASS' literal object.
|
MATT
The 'MATT' literal object.
|
METAL
The 'METAL' literal object.
|
MIRROR
The 'MIRROR' literal object.
|
NOTDEFINED
The 'NOTDEFINED' literal object.
|
NULL
The 'NULL' literal object.
|
PHONG
The 'PHONG' literal object.
|
PLASTIC
The 'PLASTIC' literal object.
|
STRAUSS
The 'STRAUSS' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
BLINN_VALUE
The 'BLINN' literal value.
|
static int |
FLAT_VALUE
The 'FLAT' literal value.
|
static int |
GLASS_VALUE
The 'GLASS' literal value.
|
static int |
MATT_VALUE
The 'MATT' literal value.
|
static int |
METAL_VALUE
The 'METAL' literal value.
|
static int |
MIRROR_VALUE
The 'MIRROR' literal value.
|
static int |
NOTDEFINED_VALUE
The 'NOTDEFINED' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
PHONG_VALUE
The 'PHONG' literal value.
|
static int |
PLASTIC_VALUE
The 'PLASTIC' literal value.
|
static int |
STRAUSS_VALUE
The 'STRAUSS' literal value.
|
static List<IfcReflectanceMethodEnum> |
VALUES
A public read-only list of all the 'Ifc Reflectance Method Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcReflectanceMethodEnum |
get(int value)
Returns the 'Ifc Reflectance Method Enum' literal with the specified integer value.
|
static IfcReflectanceMethodEnum |
get(String literal)
Returns the 'Ifc Reflectance Method Enum' literal with the specified literal value.
|
static IfcReflectanceMethodEnum |
getByName(String name)
Returns the 'Ifc Reflectance Method Enum' literal with the specified name.
|
String |
getLiteral() |
String |
getName() |
int |
getValue() |
String |
toString()
Returns the literal value of the enumerator, which is its string representation.
|
static IfcReflectanceMethodEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcReflectanceMethodEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcReflectanceMethodEnum NULL
NULL_VALUEpublic static final IfcReflectanceMethodEnum GLASS
GLASS_VALUEpublic static final IfcReflectanceMethodEnum NOTDEFINED
NOTDEFINED_VALUEpublic static final IfcReflectanceMethodEnum MATT
MATT_VALUEpublic static final IfcReflectanceMethodEnum FLAT
FLAT_VALUEpublic static final IfcReflectanceMethodEnum PHONG
PHONG_VALUEpublic static final IfcReflectanceMethodEnum BLINN
BLINN_VALUEpublic static final IfcReflectanceMethodEnum METAL
METAL_VALUEpublic static final IfcReflectanceMethodEnum STRAUSS
STRAUSS_VALUEpublic static final IfcReflectanceMethodEnum PLASTIC
PLASTIC_VALUEpublic static final IfcReflectanceMethodEnum MIRROR
MIRROR_VALUEpublic static final int NULL_VALUE
If the meaning of 'NULL' literal object isn't clear, there really should be more of a description here...
NULL,
Constant Field Valuespublic static final int GLASS_VALUE
If the meaning of 'GLASS' literal object isn't clear, there really should be more of a description here...
GLASS,
Constant Field Valuespublic static final int NOTDEFINED_VALUE
If the meaning of 'NOTDEFINED' literal object isn't clear, there really should be more of a description here...
NOTDEFINED,
Constant Field Valuespublic static final int MATT_VALUE
If the meaning of 'MATT' literal object isn't clear, there really should be more of a description here...
MATT,
Constant Field Valuespublic static final int FLAT_VALUE
If the meaning of 'FLAT' literal object isn't clear, there really should be more of a description here...
FLAT,
Constant Field Valuespublic static final int PHONG_VALUE
If the meaning of 'PHONG' literal object isn't clear, there really should be more of a description here...
PHONG,
Constant Field Valuespublic static final int BLINN_VALUE
If the meaning of 'BLINN' literal object isn't clear, there really should be more of a description here...
BLINN,
Constant Field Valuespublic static final int METAL_VALUE
If the meaning of 'METAL' literal object isn't clear, there really should be more of a description here...
METAL,
Constant Field Valuespublic static final int STRAUSS_VALUE
If the meaning of 'STRAUSS' literal object isn't clear, there really should be more of a description here...
STRAUSS,
Constant Field Valuespublic static final int PLASTIC_VALUE
If the meaning of 'PLASTIC' literal object isn't clear, there really should be more of a description here...
PLASTIC,
Constant Field Valuespublic static final int MIRROR_VALUE
If the meaning of 'MIRROR' literal object isn't clear, there really should be more of a description here...
MIRROR,
Constant Field Valuespublic static final List<IfcReflectanceMethodEnum> VALUES
public static IfcReflectanceMethodEnum[] values()
for (IfcReflectanceMethodEnum c : IfcReflectanceMethodEnum.values()) System.out.println(c);
public static IfcReflectanceMethodEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static IfcReflectanceMethodEnum get(String literal)
literal - the literal.null.public static IfcReflectanceMethodEnum getByName(String name)
name - the name.null.public static IfcReflectanceMethodEnum get(int value)
value - the integer value.null.public int getValue()
getValue in interface org.eclipse.emf.common.util.Enumeratorpublic String getName()
getName in interface org.eclipse.emf.common.util.Enumeratorpublic String getLiteral()
getLiteral in interface org.eclipse.emf.common.util.Enumeratorpublic String toString()
toString in class Enum<IfcReflectanceMethodEnum>Copyright © 2018 OpenSource BIM. All rights reserved.