|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CentraSiteObjectAttribute
Depicts an attribute of any CentraSiteObject. This interface provides the constants for representing attributes and the methods that operate upon them.
Field Summary | |
---|---|
static java.lang.String |
TYPE_CLASSIFICATION
|
static java.lang.String |
TYPE_COMMON
|
static java.lang.String |
TYPE_COMPUTED
|
static java.lang.String |
TYPE_FILE
|
static java.lang.String |
TYPE_RELATIONSHIP
|
static java.lang.String |
TYPE_REPORT_ATTRIBUTE
|
static java.lang.String |
TYPE_SIMPLE
|
Method Summary | |
---|---|
CentraSiteRegistryObjectType |
getCentraSiteObjectType()
|
java.lang.String |
getDataType()
Returns the data type of the CentraSite Object Attribute value is of. |
java.lang.Object |
getDefaultValue()
Returns the default value of the CentraSite Object Attribute, if present. |
java.lang.String |
getDescription()
Retrieves the description of the CentraSite Object Attribute. |
java.lang.String |
getDescription(java.util.Locale locale)
Retrieves the description of the CentraSite Object Attribute in the specified locale. |
java.lang.String |
getDisplayName()
Retrieves the display name of the CentraSite Object Attribute in the current user's locale. |
java.lang.String |
getDisplayName(java.util.Locale locale)
Retrieves the display name of the CentraSite Object Attribute in the specified locale. |
java.lang.String |
getName()
Retrieves the name of the CentraSite Object Attribute. |
javax.xml.namespace.QName |
getQName()
Retrieves the fully qualified name of the CentraSite Object Attribute. |
java.lang.String |
getType()
Returns the type of the CentraSite Object Attribute. |
boolean |
isMultiValued()
Returns a boolean value to determine if the CentraSite Object Attribute is multi-valued or not. |
boolean |
isReadOnly()
Returns a boolean value to determine if the CentraSite Object Attribute is read-only or not. |
boolean |
isRequired()
Returns a boolean value to determine if the CentraSite Object Attribute requires a value or not. |
Field Detail |
---|
static final java.lang.String TYPE_CLASSIFICATION
static final java.lang.String TYPE_COMMON
static final java.lang.String TYPE_COMPUTED
static final java.lang.String TYPE_FILE
static final java.lang.String TYPE_RELATIONSHIP
static final java.lang.String TYPE_SIMPLE
static final java.lang.String TYPE_REPORT_ATTRIBUTE
Method Detail |
---|
javax.xml.namespace.QName getQName()
java.lang.String getName()
java.lang.String getDisplayName() throws CLLException
CLLException
java.lang.String getDisplayName(java.util.Locale locale) throws CLLException
CLLException
java.lang.String getDescription() throws CLLException
CLLException
java.lang.String getDescription(java.util.Locale locale) throws CLLException
CLLException
boolean isReadOnly() throws CLLException
CLLException
boolean isRequired() throws CLLException
CLLException
boolean isMultiValued()
java.lang.Object getDefaultValue() throws CLLException
CLLException
java.lang.String getDataType()
java.lang.String getType()
CentraSiteRegistryObjectType getCentraSiteObjectType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |