public enum IfcTendonAnchorTypeEnum extends Enum<IfcTendonAnchorTypeEnum>
| Enum Constant and Description | 
|---|
COUPLER  | 
FIXED_END  | 
NOTDEFINED  | 
TENSIONING_END  | 
USERDEFINED  | 
| Modifier and Type | Method and Description | 
|---|---|
static IfcTendonAnchorTypeEnum | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static IfcTendonAnchorTypeEnum[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final IfcTendonAnchorTypeEnum COUPLER
public static final IfcTendonAnchorTypeEnum FIXED_END
public static final IfcTendonAnchorTypeEnum TENSIONING_END
public static final IfcTendonAnchorTypeEnum USERDEFINED
public static final IfcTendonAnchorTypeEnum NOTDEFINED
public static IfcTendonAnchorTypeEnum[] values()
for (IfcTendonAnchorTypeEnum c : IfcTendonAnchorTypeEnum.values()) System.out.println(c);
public static IfcTendonAnchorTypeEnum 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 null