public class RelationshipType extends EnumParameterValue
Modifier and Type | Field and Description |
---|---|
static RelationshipType |
CHILD |
static RelationshipType |
PARENT |
static RelationshipType |
SIBLING |
value
Modifier and Type | Method and Description |
---|---|
static Collection<RelationshipType> |
all()
Gets all of the parameter values that are defined as static constants in
this class.
|
static RelationshipType |
find(String value)
Searches for a parameter value that is defined as a static constant in
this class.
|
static RelationshipType |
get(String value)
Searches for a parameter value and creates one if it cannot be found.
|
getValue, toString
public static final RelationshipType PARENT
public static final RelationshipType CHILD
public static final RelationshipType SIBLING
public static RelationshipType find(String value)
value
- the parameter valuepublic static RelationshipType get(String value)
==
equality.value
- the parameter valuepublic static Collection<RelationshipType> all()
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.