public class ConstraintField extends RuntimeDescriptor
Modifier and Type | Field and Description |
---|---|
static String |
CACHE_ON_MATCH |
static String |
CACHE_ON_MATCH_FAILURE |
static String |
MATCH_EXPR |
static String |
NAME |
static String |
SCOPE |
static String |
VALUE |
propListeners
DESCRIPTION_CHANGED, DESCRIPTOR_CHANGED, docType, LARGE_ICON_CHANGED, NAME_CHANGED, SMALL_ICON_CHANGED
Constructor and Description |
---|
ConstraintField() |
ConstraintField(ConstraintField other) |
Modifier and Type | Method and Description |
---|---|
int |
addValue(String value) |
String[] |
getValue() |
String |
getValue(int index) |
int |
removeValue(String value) |
void |
setValue(int index,
String value) |
void |
setValue(String[] value) |
int |
sizeValue() |
boolean |
verify() |
addPropertyChangeListener, addPropertyChangeListener, addValue, getAttributeValue, getAttributeValue, getAttributeValue, getValue, getValue, getValues, removePropertyChangeListener, removePropertyChangeListener, removeValue, removeValue, setAttributeValue, setAttributeValue, setAttributeValue, setValue, setValue, size
addDescriptorExtension, addPrefixMapping, createUniqueFilenameAmongst, createUniqueNameAmongst, createUniqueNameAmongstNamedDescriptors, fillDocType, getDeploymentExtensions, getDescription, getDescriptorExtension, getDescriptorExtensions, getDisplayName, getDocType, getLargeIconUri, getLocalizedDescription, getLocalizedDescriptions, getLocalizedDisplayName, getLocalizedDisplayNames, getLocalizedLargeIconUri, getLocalizedLargeIconUris, getLocalizedSmallIconUri, getLocalizedSmallIconUris, getName, getPrefixMapping, getSmallIconUri, isBoundsChecking, print, setBoundsChecking, setDescription, setDisplayName, setLargeIconUri, setLocalizedDescription, setLocalizedDisplayName, setLocalizedLargeIconUri, setLocalizedSmallIconUri, setName, setSmallIconUri, visit
addExtraAttribute, getExtraAttribute, getExtraAttributes, removeExtraAttribute, toString
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
public static final String VALUE
public static final String NAME
public static final String SCOPE
public static final String MATCH_EXPR
public static final String CACHE_ON_MATCH
public static final String CACHE_ON_MATCH_FAILURE
public ConstraintField(ConstraintField other)
public ConstraintField()
public void setValue(int index, String value)
public String getValue(int index)
public void setValue(String[] value)
public String[] getValue()
public int sizeValue()
public int addValue(String value)
public int removeValue(String value)
public boolean verify()
Copyright © 2019. All rights reserved.