public class PropertyDirection extends PropertyEnum<EnumFacing>
| Modifier | Constructor and Description |
|---|---|
protected |
PropertyDirection(java.lang.String name,
java.util.Collection<EnumFacing> values) |
| Modifier and Type | Method and Description |
|---|---|
static PropertyDirection |
create(java.lang.String name)
Create a new PropertyDirection with the given name
|
static PropertyDirection |
create(java.lang.String name,
<any> filter)
Create a new PropertyDirection with all directions that match the given Predicate
|
create, create, create, equals, getAllowedValues, getName, hashCode, parseValuegetName, getValueClass, toStringprotected PropertyDirection(java.lang.String name,
java.util.Collection<EnumFacing> values)
public static PropertyDirection create(java.lang.String name)
public static PropertyDirection create(java.lang.String name, <any> filter)