public enum CatFilletRepresentation extends java.lang.Enum<CatFilletRepresentation>
| Enum Constant and Description |
|---|
catFilletRepBoundary |
catFilletRepNone |
catFilletRepOriginalEdge |
catFilletRepProjectedOriginalEdge |
catFilletRepSymbolic |
| Modifier and Type | Method and Description |
|---|---|
static CatFilletRepresentation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CatFilletRepresentation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CatFilletRepresentation catFilletRepNone
public static final CatFilletRepresentation catFilletRepBoundary
public static final CatFilletRepresentation catFilletRepSymbolic
public static final CatFilletRepresentation catFilletRepOriginalEdge
public static final CatFilletRepresentation catFilletRepProjectedOriginalEdge
public static CatFilletRepresentation[] values()
for (CatFilletRepresentation c : CatFilletRepresentation.values()) System.out.println(c);
public static CatFilletRepresentation 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