ExtendedFieldURI Class
Used to represent an ExtendedFieldURI.
Constructors
public ExtendedFieldURI( String id, String name, String type )
Methods
equals( Object obj ) returns boolean
getID( ) returns String
Returns the guid associated with this property.
getName( ) returns String
Returns the name of this property.
getType( ) returns String
Returns the type of property (e.g. "String").
hashCode( ) returns int
toString( ) returns String
toXML( String namespace ) returns String