public final class Clazz extends Property
Modifier and Type | Class and Description |
---|---|
static class |
Clazz.Factory |
Property.Id
Modifier and Type | Field and Description |
---|---|
static Clazz |
CONFIDENTIAL
Standard classification.
|
static Clazz |
PRIVATE
Standard classification.
|
static Clazz |
PUBLIC
Standard classification.
|
ILLEGAL_PARAMETER_MESSAGE
Constructor and Description |
---|
Clazz(java.util.List<Parameter> params,
java.lang.String value)
Factory constructor.
|
Clazz(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue() |
void |
validate() |
assertOneOrLess, assertParametersEmpty, assertPidParameter, assertPrefParameter, assertTextParameter, assertTypeParameter, equals, getExtendedParameter, getExtendedParameters, getGroup, getId, getParameter, getParameters, getParameters, hashCode, toString
public static final Clazz PUBLIC
public static final Clazz PRIVATE
public static final Clazz CONFIDENTIAL
public Clazz(java.lang.String value)
value
- a classification valuepublic Clazz(java.util.List<Parameter> params, java.lang.String value)
params
- property parametersvalue
- string representation of a property value