public class PatternObject
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.util.ArrayList<AttributeConstraint> |
EMPTY_attributeConstraints
Deprecated.
since 1.2; for internal use only
|
static java.util.ArrayList<MatchConstraint> |
EMPTY_matchConstraints
Deprecated.
since 1.2; for internal use only
|
static java.util.ArrayList<RoleObject> |
EMPTY_roles
Deprecated.
since 1.2; for internal use only
|
protected java.beans.PropertyChangeSupport |
listeners |
static java.lang.String |
PROPERTY_attributeConstraints |
static java.lang.String |
PROPERTY_matchConstraints |
static java.lang.String |
PROPERTY_name |
static java.lang.String |
PROPERTY_pattern |
static java.lang.String |
PROPERTY_roles |
| Constructor and Description |
|---|
PatternObject() |
public static final java.lang.String PROPERTY_pattern
public static final java.lang.String PROPERTY_roles
public static final java.lang.String PROPERTY_attributeConstraints
public static final java.lang.String PROPERTY_matchConstraints
@Deprecated public static final java.util.ArrayList<RoleObject> EMPTY_roles
@Deprecated public static final java.util.ArrayList<AttributeConstraint> EMPTY_attributeConstraints
@Deprecated public static final java.util.ArrayList<MatchConstraint> EMPTY_matchConstraints
protected java.beans.PropertyChangeSupport listeners
public static final java.lang.String PROPERTY_name
public Pattern getPattern()
public PatternObject setPattern(Pattern value)
public java.lang.String getName()
public PatternObject setName(java.lang.String value)
public java.util.ArrayList<RoleObject> getRoles()
public PatternObject withRoles(java.lang.Object... value)
public PatternObject withRoles(RoleObject value)
public PatternObject withRoles(RoleObject... value)
public PatternObject withRoles(java.util.Collection<? extends RoleObject> value)
public PatternObject withoutRoles(java.lang.Object... value)
public PatternObject withoutRoles(RoleObject value)
public PatternObject withoutRoles(RoleObject... value)
public PatternObject withoutRoles(java.util.Collection<? extends RoleObject> value)
public java.util.ArrayList<AttributeConstraint> getAttributeConstraints()
public PatternObject withAttributeConstraints(java.lang.Object... value)
public PatternObject withAttributeConstraints(AttributeConstraint value)
public PatternObject withAttributeConstraints(AttributeConstraint... value)
public PatternObject withAttributeConstraints(java.util.Collection<? extends AttributeConstraint> value)
public PatternObject withoutAttributeConstraints(java.lang.Object... value)
public PatternObject withoutAttributeConstraints(AttributeConstraint value)
public PatternObject withoutAttributeConstraints(AttributeConstraint... value)
public PatternObject withoutAttributeConstraints(java.util.Collection<? extends AttributeConstraint> value)
public java.util.ArrayList<MatchConstraint> getMatchConstraints()
public PatternObject withMatchConstraints(java.lang.Object... value)
public PatternObject withMatchConstraints(MatchConstraint value)
public PatternObject withMatchConstraints(MatchConstraint... value)
public PatternObject withMatchConstraints(java.util.Collection<? extends MatchConstraint> value)
public PatternObject withoutMatchConstraints(java.lang.Object... value)
public PatternObject withoutMatchConstraints(MatchConstraint value)
public PatternObject withoutMatchConstraints(MatchConstraint... value)
public PatternObject withoutMatchConstraints(java.util.Collection<? extends MatchConstraint> value)
public boolean firePropertyChange(java.lang.String propertyName,
java.lang.Object oldValue,
java.lang.Object newValue)
public boolean addPropertyChangeListener(java.beans.PropertyChangeListener listener)
public boolean addPropertyChangeListener(java.lang.String propertyName,
java.beans.PropertyChangeListener listener)
public boolean removePropertyChangeListener(java.beans.PropertyChangeListener listener)
public boolean removePropertyChangeListener(java.lang.String propertyName,
java.beans.PropertyChangeListener listener)
public void removeYou()
public java.lang.String toString()
toString in class java.lang.Object