public final class Kind extends Property
Property.Id
Modifier and Type | Field and Description |
---|---|
static PropertyFactory<Kind> |
FACTORY |
static Kind |
GROUP
Standard kind.
|
static Kind |
INDIVIDUAL
Standard kind.
|
static Kind |
LOCATION
Standard kind.
|
static Kind |
ORG
Standard kind.
|
static Kind |
THING
Standard kind.
|
ILLEGAL_PARAMETER_MESSAGE
Constructor and Description |
---|
Kind(List<Parameter> params,
String value)
Factory constructor.
|
Kind(String value) |
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
void |
validate() |
assertOneOrLess, assertParametersEmpty, assertPidParameter, assertPrefParameter, assertTextParameter, assertTypeParameter, equals, getExtendedParameter, getExtendedParameters, getGroup, getId, getParameter, getParameters, getParameters, hashCode, toString
public static final Kind INDIVIDUAL
public static final Kind GROUP
public static final Kind ORG
public static final Kind LOCATION
public static final Kind THING
public static final PropertyFactory<Kind> FACTORY
public Kind(String value)
value
- a string representation of a kind valuepublic String getValue()
Copyright © 2008-2012 Micronode. All Rights Reserved.