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