public class ModAttribute extends Attribute
| Modifier and Type | Class and Description |
|---|---|
static class |
ModAttribute.ModType
Type of modification - ADD/DELETE/REPLACE value
|
| Constructor and Description |
|---|
ModAttribute(java.lang.String name, java.util.List values)
ModPropertyValue is initialized with attributeName and attributeValues
|
ModAttribute(java.lang.String name, java.util.List values, java.util.Locale locale)
ModPropertyValue is initialized with attributeName and attributeValues
|
ModAttribute(java.lang.String name, java.util.List values, ModAttribute.ModType modType)
ModPropertyValue is initialized with attributeName and attributeValues and modifyOperation
|
ModAttribute(java.lang.String name, java.util.List values, ModAttribute.ModType modType, java.util.Locale locale)
ModPropertyValue is initialized with attributeName and attributeValues and modifyOperation
|
ModAttribute(java.lang.String name, java.lang.Object value)
ModPropertyValue is initialized with attributeName and attributeValue
|
ModAttribute(java.lang.String name, java.lang.Object value, java.util.Locale locale)
ModPropertyValue is initialized with attributeName and attributeValue
|
ModAttribute(java.lang.String name, java.lang.Object value, ModAttribute.ModType modType)
ModPropertyValue is initialized with attributeName and attributeValue and modifyOperation
|
ModAttribute(java.lang.String name, java.lang.Object value, ModAttribute.ModType modType, java.util.Locale locale)
ModPropertyValue is initialized with attributeName and attributeValue and modifyOperation
|
| Modifier and Type | Method and Description |
|---|---|
ModAttribute.ModType |
getModType()
Returns the modify opeation type
|
void |
setModType(ModAttribute.ModType modType)
Set the Modify Operation
|
clone, getLocale, getName, getStringValuesadd, add, addAll, addAll, clear, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizepublic ModAttribute(java.lang.String name,
java.util.List values)
name - Property Namevalues - List of Property valuespublic ModAttribute(java.lang.String name,
java.util.List values,
ModAttribute.ModType modType)
name - Property Namevalues - List of Property valuesmodType - Valid Modify operation type ModAttribute.ModTypepublic ModAttribute(java.lang.String name,
java.lang.Object value)
name - Property Namevalue - Property valuepublic ModAttribute(java.lang.String name,
java.lang.Object value,
ModAttribute.ModType modType)
name - Property Namevalue - Property ValuemodType - Valid Modify operation type ModAttribute.ModTypepublic ModAttribute(java.lang.String name,
java.util.List values,
java.util.Locale locale)
name - Property Namevalues - List of Property valueslocale - Locale valuepublic ModAttribute(java.lang.String name,
java.util.List values,
ModAttribute.ModType modType,
java.util.Locale locale)
name - Property Namevalues - List of Property valuesmodType - Valid Modify operation type ModAttribute.ModTypelocale - Locale valuepublic ModAttribute(java.lang.String name,
java.lang.Object value,
java.util.Locale locale)
name - Property Namevalue - Property valuelocale - Locale valuepublic ModAttribute(java.lang.String name,
java.lang.Object value,
ModAttribute.ModType modType,
java.util.Locale locale)
name - Property Namevalue - Property ValuemodType - Valid Modify operation type ModAttribute.ModTypelocale - Locale valuepublic ModAttribute.ModType getModType()
ModAttribute.ModTypepublic void setModType(ModAttribute.ModType modType)
modType - Valid Modify operation type ModAttribute.ModType