public final class Org extends Property
Property.Id
Modifier and Type | Field and Description |
---|---|
static PropertyFactory<Org> |
FACTORY |
ILLEGAL_PARAMETER_MESSAGE
Constructor and Description |
---|
Org(Group group,
List<Parameter> params,
String value)
Factory constructor.
|
Org(Group group,
String... value) |
Org(List<Parameter> params,
String value)
Factory constructor.
|
Org(String... value) |
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
String[] |
getValues() |
void |
validate() |
assertOneOrLess, assertParametersEmpty, assertPidParameter, assertPrefParameter, assertTextParameter, assertTypeParameter, equals, getExtendedParameter, getExtendedParameters, getGroup, getId, getParameter, getParameters, getParameters, hashCode, toString
public static final PropertyFactory<Org> FACTORY
public Org(String... value)
value
- one or more organization valuespublic Org(Group group, String... value)
group
- a property groupvalue
- one or more organization valuespublic Org(List<Parameter> params, String value)
params
- property parametersvalue
- string representation of a property valueCopyright © 2008-2012 Micronode. All Rights Reserved.