public class RelationshipAttributeDescriptionImpl extends AttributeDescriptionImpl implements RelationshipAttributeDescription
RelationshipAttributeDescription
.MAXOCCURS_1, MAXOCCURS_UNBOUNDED, MINOCCURS_0, MINOCCURS_1, TYPE_ANY_SIMPLE_TYPE, TYPE_BOOLEAN, TYPE_DATE, TYPE_DATE_TIME, TYPE_DECIMAL, TYPE_DOUBLE, TYPE_DURATION, TYPE_NUMBER, TYPE_STRING, TYPE_TIME, TYPE_URL
Constructor and Description |
---|
RelationshipAttributeDescriptionImpl(com.centrasite.jaxr.type.CentraSiteRelationShipAttribute csAttribute)
Constructs a new object.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAssociationTypePath()
Returns the path to the association type used to create the relationship attribute .
|
java.util.Collection<java.lang.String> |
getTargetObjectTypeKeys()
Get all target object type keys used to create the relationship attribute.
|
getCentraSiteAttribute, getCsAttribute, getDataType, getDefaultValue, getDescription, getDisplayName, getEnumValues, getLocalName, getMaxOccurs, getMinOccurs, getName, getPrecision, getType, getUnitLabel, isIndexed, isPrefix, isReadOnly, isSystemDefined, isUsed, setCsAttribute, setDefaultValue, setDescription, setEnumValues, setIndexed, setMaxOccurs, setMinOccurs, setName, setPrecision, setPrefix, setReadOnly, setUnitLabel, toXML
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDataType, getDefaultValue, getDescription, getDisplayName, getEnumValues, getLocalName, getMaxOccurs, getMinOccurs, getName, getPrecision, getType, getUnitLabel, isIndexed, isPrefix, isReadOnly, isSystemDefined, isUsed, setDefaultValue, setDescription, setEnumValues, setIndexed, setMaxOccurs, setMinOccurs, setName, setPrecision, setPrefix, setReadOnly, setUnitLabel, toXML
public RelationshipAttributeDescriptionImpl(com.centrasite.jaxr.type.CentraSiteRelationShipAttribute csAttribute)
csAttribute
- the centraSite relationship Attribute.public java.lang.String getAssociationTypePath() throws CSAppFrameworkException
RelationshipAttributeDescription
getAssociationTypePath
in interface RelationshipAttributeDescription
CSAppFrameworkException
- if an internal error occurs.public java.util.Collection<java.lang.String> getTargetObjectTypeKeys() throws CSAppFrameworkException
RelationshipAttributeDescription
getTargetObjectTypeKeys
in interface RelationshipAttributeDescription
CSAppFrameworkException
- if an internal error occurs.