public enum IfcDocumentConfidentialityEnum extends Enum<IfcDocumentConfidentialityEnum> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
CONFIDENTIAL
The 'CONFIDENTIAL' literal object.
|
NOTDEFINED
The 'NOTDEFINED' literal object.
|
NULL
The 'NULL' literal object.
|
PERSONAL
The 'PERSONAL' literal object.
|
PUBLIC
The 'PUBLIC' literal object.
|
RESTRICTED
The 'RESTRICTED' literal object.
|
USERDEFINED
The 'USERDEFINED' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONFIDENTIAL_VALUE
The 'CONFIDENTIAL' literal value.
|
static int |
NOTDEFINED_VALUE
The 'NOTDEFINED' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
PERSONAL_VALUE
The 'PERSONAL' literal value.
|
static int |
PUBLIC_VALUE
The 'PUBLIC' literal value.
|
static int |
RESTRICTED_VALUE
The 'RESTRICTED' literal value.
|
static int |
USERDEFINED_VALUE
The 'USERDEFINED' literal value.
|
static List<IfcDocumentConfidentialityEnum> |
VALUES
A public read-only list of all the 'Ifc Document Confidentiality Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcDocumentConfidentialityEnum |
get(int value)
Returns the 'Ifc Document Confidentiality Enum' literal with the specified integer value.
|
static IfcDocumentConfidentialityEnum |
get(String literal)
Returns the 'Ifc Document Confidentiality Enum' literal with the specified literal value.
|
static IfcDocumentConfidentialityEnum |
getByName(String name)
Returns the 'Ifc Document Confidentiality 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 IfcDocumentConfidentialityEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcDocumentConfidentialityEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcDocumentConfidentialityEnum NULL
NULL_VALUEpublic static final IfcDocumentConfidentialityEnum PERSONAL
PERSONAL_VALUEpublic static final IfcDocumentConfidentialityEnum NOTDEFINED
NOTDEFINED_VALUEpublic static final IfcDocumentConfidentialityEnum PUBLIC
PUBLIC_VALUEpublic static final IfcDocumentConfidentialityEnum USERDEFINED
USERDEFINED_VALUEpublic static final IfcDocumentConfidentialityEnum RESTRICTED
RESTRICTED_VALUEpublic static final IfcDocumentConfidentialityEnum CONFIDENTIAL
CONFIDENTIAL_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 PERSONAL_VALUE
If the meaning of 'PERSONAL' literal object isn't clear, there really should be more of a description here...
PERSONAL,
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 PUBLIC_VALUE
If the meaning of 'PUBLIC' literal object isn't clear, there really should be more of a description here...
PUBLIC,
Constant Field Valuespublic static final int USERDEFINED_VALUE
If the meaning of 'USERDEFINED' literal object isn't clear, there really should be more of a description here...
USERDEFINED,
Constant Field Valuespublic static final int RESTRICTED_VALUE
If the meaning of 'RESTRICTED' literal object isn't clear, there really should be more of a description here...
RESTRICTED,
Constant Field Valuespublic static final int CONFIDENTIAL_VALUE
If the meaning of 'CONFIDENTIAL' literal object isn't clear, there really should be more of a description here...
CONFIDENTIAL,
Constant Field Valuespublic static final List<IfcDocumentConfidentialityEnum> VALUES
public static IfcDocumentConfidentialityEnum[] values()
for (IfcDocumentConfidentialityEnum c : IfcDocumentConfidentialityEnum.values()) System.out.println(c);
public static IfcDocumentConfidentialityEnum 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 IfcDocumentConfidentialityEnum get(String literal)
literal - the literal.null.public static IfcDocumentConfidentialityEnum getByName(String name)
name - the name.null.public static IfcDocumentConfidentialityEnum 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<IfcDocumentConfidentialityEnum>Copyright © 2018 OpenSource BIM. All rights reserved.