public enum IfcSurfaceTextureEnum extends Enum<IfcSurfaceTextureEnum> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
BUMP
The 'BUMP' literal object.
|
NOTDEFINED
The 'NOTDEFINED' literal object.
|
NULL
The 'NULL' literal object.
|
OPACITY
The 'OPACITY' literal object.
|
REFLECTION
The 'REFLECTION' literal object.
|
SELFILLUMINATION
The 'SELFILLUMINATION' literal object.
|
SHININESS
The 'SHININESS' literal object.
|
SPECULAR
The 'SPECULAR' literal object.
|
TEXTURE
The 'TEXTURE' literal object.
|
TRANSPARENCYMAP
The 'TRANSPARENCYMAP' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
BUMP_VALUE
The 'BUMP' literal value.
|
static int |
NOTDEFINED_VALUE
The 'NOTDEFINED' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
OPACITY_VALUE
The 'OPACITY' literal value.
|
static int |
REFLECTION_VALUE
The 'REFLECTION' literal value.
|
static int |
SELFILLUMINATION_VALUE
The 'SELFILLUMINATION' literal value.
|
static int |
SHININESS_VALUE
The 'SHININESS' literal value.
|
static int |
SPECULAR_VALUE
The 'SPECULAR' literal value.
|
static int |
TEXTURE_VALUE
The 'TEXTURE' literal value.
|
static int |
TRANSPARENCYMAP_VALUE
The 'TRANSPARENCYMAP' literal value.
|
static List<IfcSurfaceTextureEnum> |
VALUES
A public read-only list of all the 'Ifc Surface Texture Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcSurfaceTextureEnum |
get(int value)
Returns the 'Ifc Surface Texture Enum' literal with the specified integer value.
|
static IfcSurfaceTextureEnum |
get(String literal)
Returns the 'Ifc Surface Texture Enum' literal with the specified literal value.
|
static IfcSurfaceTextureEnum |
getByName(String name)
Returns the 'Ifc Surface Texture 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 IfcSurfaceTextureEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcSurfaceTextureEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcSurfaceTextureEnum NULL
NULL_VALUEpublic static final IfcSurfaceTextureEnum REFLECTION
REFLECTION_VALUEpublic static final IfcSurfaceTextureEnum TEXTURE
TEXTURE_VALUEpublic static final IfcSurfaceTextureEnum NOTDEFINED
NOTDEFINED_VALUEpublic static final IfcSurfaceTextureEnum OPACITY
OPACITY_VALUEpublic static final IfcSurfaceTextureEnum SHININESS
SHININESS_VALUEpublic static final IfcSurfaceTextureEnum BUMP
BUMP_VALUEpublic static final IfcSurfaceTextureEnum SPECULAR
SPECULAR_VALUEpublic static final IfcSurfaceTextureEnum TRANSPARENCYMAP
TRANSPARENCYMAP_VALUEpublic static final IfcSurfaceTextureEnum SELFILLUMINATION
SELFILLUMINATION_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 REFLECTION_VALUE
If the meaning of 'REFLECTION' literal object isn't clear, there really should be more of a description here...
REFLECTION,
Constant Field Valuespublic static final int TEXTURE_VALUE
If the meaning of 'TEXTURE' literal object isn't clear, there really should be more of a description here...
TEXTURE,
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 OPACITY_VALUE
If the meaning of 'OPACITY' literal object isn't clear, there really should be more of a description here...
OPACITY,
Constant Field Valuespublic static final int SHININESS_VALUE
If the meaning of 'SHININESS' literal object isn't clear, there really should be more of a description here...
SHININESS,
Constant Field Valuespublic static final int BUMP_VALUE
If the meaning of 'BUMP' literal object isn't clear, there really should be more of a description here...
BUMP,
Constant Field Valuespublic static final int SPECULAR_VALUE
If the meaning of 'SPECULAR' literal object isn't clear, there really should be more of a description here...
SPECULAR,
Constant Field Valuespublic static final int TRANSPARENCYMAP_VALUE
If the meaning of 'TRANSPARENCYMAP' literal object isn't clear, there really should be more of a description here...
TRANSPARENCYMAP,
Constant Field Valuespublic static final int SELFILLUMINATION_VALUE
If the meaning of 'SELFILLUMINATION' literal object isn't clear, there really should be more of a description here...
SELFILLUMINATION,
Constant Field Valuespublic static final List<IfcSurfaceTextureEnum> VALUES
public static IfcSurfaceTextureEnum[] values()
for (IfcSurfaceTextureEnum c : IfcSurfaceTextureEnum.values()) System.out.println(c);
public static IfcSurfaceTextureEnum 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 IfcSurfaceTextureEnum get(String literal)
literal - the literal.null.public static IfcSurfaceTextureEnum getByName(String name)
name - the name.null.public static IfcSurfaceTextureEnum 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<IfcSurfaceTextureEnum>Copyright © 2016 OpenSource BIM. All rights reserved.