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