Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.aendvari.cerberus.component.descriptor
Class SignatureProperty  view SignatureProperty download SignatureProperty.java

java.lang.Object
  extended bycom.aendvari.cerberus.component.descriptor.ComponentProperty
      extended bycom.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 SignatureProperty instance.


SignatureProperty

public SignatureProperty(SignatureProperty property)
Constructs a SignatureProperty instance 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.