|
|||||||||
| Home >> All >> com >> aendvari >> cerberus >> component >> [ descriptor overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.aendvari.cerberus.component.descriptor
Class SignatureProperty

java.lang.Objectcom.aendvari.cerberus.component.descriptor.ComponentProperty
com.aendvari.cerberus.component.descriptor.SignatureProperty
- public class SignatureProperty
- extends ComponentProperty
Describes a single property of a MessageSignature.
| Nested Class Summary | |
static interface |
SignatureProperty.Type
Constants for the type of properties. |
| Nested classes inherited from class com.aendvari.cerberus.component.descriptor.ComponentProperty |
ComponentProperty.Access |
| Field Summary | |
protected boolean |
required
Specifies whether the property is required. |
protected java.lang.String |
type
The type of the property. |
| Fields inherited from class com.aendvari.cerberus.component.descriptor.ComponentProperty |
access, description, name |
| Constructor Summary | |
SignatureProperty()
Constructs a SignatureProperty instance. |
|
SignatureProperty(SignatureProperty property)
Constructs a SignatureProperty instance as a copy of the one supplied. |
|
| Method Summary | |
boolean |
getRequired()
Returns the required state of this property. |
java.lang.String |
getType()
Returns the type of this property. |
void |
setRequired(boolean setRequired)
Sets the required state of this property. |
void |
setType(java.lang.String setType)
Sets the type of this property. |
| Methods inherited from class com.aendvari.cerberus.component.descriptor.ComponentProperty |
getAccess, getDescription, getName, setAccess, setDescription, setName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
required
protected boolean required
- Specifies whether the property is required.
type
protected java.lang.String type
- The type of the property.
| Constructor Detail |
SignatureProperty
public SignatureProperty()
- Constructs a
SignaturePropertyinstance.
SignatureProperty
public SignatureProperty(SignatureProperty property)
- Constructs a
SignaturePropertyinstance as a copy of the one supplied.
| Method Detail |
setRequired
public void setRequired(boolean setRequired)
- Sets the required state of this property.
getRequired
public boolean getRequired()
- Returns the required state of this property.
setType
public void setType(java.lang.String setType)
- Sets the type of this property.
getType
public java.lang.String getType()
- Returns the type of this property.
|
|||||||||
| Home >> All >> com >> aendvari >> cerberus >> component >> [ descriptor overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC