|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.deli.ProfileAttribute
This class represents a profile attribute.
Constructor Summary | |
ProfileAttribute()
Create a new profile attribute. |
Method Summary | |
boolean |
contains(java.lang.String value)
Does the attribute contain this literal value? |
java.util.Vector |
get()
Retrieve the value from a profile attribute. |
java.lang.String |
getAttribute()
Get the name of the attribute. |
java.lang.String |
getCollectionType()
Get the collectionType of the attribute. |
java.lang.String |
getComponent()
Get the component that the attribute belongs to. |
java.util.Vector |
getDefaultValue()
Get the profile default attribute value. |
com.hp.hpl.jena.rdf.model.Resource |
getProperty(java.lang.String propName)
Get a given property about this attributes Vocabulary entry. |
java.lang.String |
getResolution()
Get the resolution rule applied to the attribute. |
java.lang.String |
getType()
Get the type of the attribute. |
java.lang.String |
getUri()
Get the Uri for the attribute. |
java.util.Vector |
getValue()
Get the profile attribute value. |
java.lang.String |
toString()
Converts the object to a String. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ProfileAttribute()
Method Detail |
public java.util.Vector getValue()
public java.util.Vector getDefaultValue()
public boolean contains(java.lang.String value)
public com.hp.hpl.jena.rdf.model.Resource getProperty(java.lang.String propName)
public java.lang.String getComponent()
public java.lang.String getAttribute()
public java.lang.String getResolution()
public java.lang.String getCollectionType()
public java.lang.String getType()
public java.lang.String getUri()
public java.util.Vector get()
public java.lang.String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |