| Modifier and Type | Field and Description |
|---|---|
static ParamInfoImpl |
PARAM_ALL_BOOLEAN
Constant ParamInfoImpl for
|
static ParamInfoImpl |
PARAM_ALL_DOUBLE
Constant ParamInfoImpl for
|
static ParamInfoImpl |
PARAM_ALL_INTEGER
Constant ParamInfoImpl for
|
static ParamInfoImpl |
PARAM_ALL_TEXT
Constant ParamInfoImpl for
|
| Constructor and Description |
|---|
ParamInfoImpl(String type,
Object value)
Constructs a new ParamInfoImpl.
|
ParamInfoImpl(String type,
Object value,
String valueType,
String label)
Constructs a new ParamInfoImpl.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(ParamInfo param) |
String |
getLabel() |
String |
getStringValue() |
com.adobe.xmp.schema.rng.parser.constants.RNGSymbol |
getType() |
Object |
getValue() |
String |
getValueType() |
String |
getXMPValueType() |
String |
toString() |
public static final ParamInfoImpl PARAM_ALL_TEXT
public static final ParamInfoImpl PARAM_ALL_INTEGER
public static final ParamInfoImpl PARAM_ALL_DOUBLE
public static final ParamInfoImpl PARAM_ALL_BOOLEAN
public ParamInfoImpl(String type, Object value, String valueType, String label)
type - Typevalue - Value defined from RNG schemalabel - Label usedpublic com.adobe.xmp.schema.rng.parser.constants.RNGSymbol getType()
public Object getValue()
public String getValueType()
public String getXMPValueType()
null if there is no match.public String getStringValue()
public boolean equals(ParamInfo param)
public String getLabel()
Copyright © 2010 - 2020 Adobe. All Rights Reserved