public enum CATStrSectionProperties extends java.lang.Enum<CATStrSectionProperties>
Enum Constant and Description |
---|
CatStrArea |
CatStrGirationModuleX |
CatStrGirationModuleY |
CatStrInertiaXX |
CatStrInertiaYY |
CatStrModuleInertiaX |
CatStrModuleInertiaY |
Modifier and Type | Method and Description |
---|---|
static CATStrSectionProperties |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CATStrSectionProperties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CATStrSectionProperties CatStrArea
public static final CATStrSectionProperties CatStrInertiaXX
public static final CATStrSectionProperties CatStrInertiaYY
public static final CATStrSectionProperties CatStrModuleInertiaX
public static final CATStrSectionProperties CatStrModuleInertiaY
public static final CATStrSectionProperties CatStrGirationModuleX
public static final CATStrSectionProperties CatStrGirationModuleY
public static CATStrSectionProperties[] values()
for (CATStrSectionProperties c : CATStrSectionProperties.values()) System.out.println(c);
public static CATStrSectionProperties valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null