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

Quick Search    Search Deep

Uses of Class
com.aendvari.cerberus.component.descriptor.SignatureProperty

Uses of SignatureProperty in com.aendvari.cerberus.component.descriptor
 

Methods in com.aendvari.cerberus.component.descriptor that return SignatureProperty
 SignatureProperty MessageSignature.getProperty(java.lang.String name)
          Returns the specified property.
 

Methods in com.aendvari.cerberus.component.descriptor with parameters of type SignatureProperty
 void MessageSignature.addProperty(SignatureProperty property)
          Adds a property to this signature.
 

Constructors in com.aendvari.cerberus.component.descriptor with parameters of type SignatureProperty
SignatureProperty(SignatureProperty property)
          Constructs a SignatureProperty instance as a copy of the one supplied.