|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Supported API: false
Extendable: false
Field Summary | |
static String |
DEFAULT_REPRESENTATION
Label for the attribute. |
static String |
DESCRIPTION
Label for the attribute. |
static String |
NAME
Label for the attribute. |
static String |
OUT_OF_DATE
Label for the attribute; Has the Representation be made out of date by changes to other objects? Supported API: false |
static String |
REPRESENTABLE
Label for the attribute. |
static String |
REPRESENTABLE_REFERENCE
Label for the attribute. |
static String |
REPRESENTATION_TYPE
Label for the attribute. |
Fields inherited from interface wt.fc.Persistable |
IDENTITY, PERSIST_INFO, TYPE |
Fields inherited from interface wt.content.FormatContentHolder |
FORMAT, FORMAT_NAME, PRIMARY |
Fields inherited from interface wt.content.ContentHolder |
CONTENT_VECTOR, HAS_CONTENTS, HTTP_VECTOR, OPERATION |
Fields inherited from interface wt.admin.DomainAdministered |
DOMAIN_REF, INHERITED_DOMAIN |
Method Summary | |
Boolean |
getDefaultRepresentation()
Gets the value of the attribute: DEFAULT_REPRESENTATION. |
String |
getDescription()
Gets the value of the attribute: DESCRIPTION. |
String |
getName()
Gets the value of the attribute: NAME. |
Representable |
getRepresentable()
Gets the object for the association that plays role: REPRESENTABLE. |
ObjectReference |
getRepresentableReference()
Gets the value of the attribute: REPRESENTABLE_REFERENCE. |
RepresentationType |
getRepresentationType()
Gets the object for the association that plays role: REPRESENTATION_TYPE. |
boolean |
isDefaultRepresentation()
Returns true if defaultRepresentation attribute is true or false otherwise. |
boolean |
isOutOfDate()
Gets the value of the attribute: OUT_OF_DATE. |
void |
setDefaultRepresentation(Boolean a_DefaultRepresentation)
Sets the value of the attribute: DEFAULT_REPRESENTATION. |
void |
setDescription(String a_Description)
Sets the value of the attribute: DESCRIPTION. |
void |
setName(String a_Name)
Sets the value of the attribute: NAME. |
void |
setOutOfDate(boolean a_OutOfDate)
Sets the value of the attribute: OUT_OF_DATE. |
void |
setRepresentable(Representable a_Representable)
Sets the object for the association that plays role: REPRESENTABLE. |
void |
setRepresentableReference(ObjectReference a_RepresentableReference)
Sets the value of the attribute: REPRESENTABLE_REFERENCE. |
void |
setRepresentationType(RepresentationType a_RepresentationType)
Sets the object for the association that plays role: REPRESENTATION_TYPE. |
Methods inherited from interface wt.fc.Persistable |
checkAttributes, getIdentity, getPersistInfo, getType, setPersistInfo |
Methods inherited from interface wt.fc.ObjectMappable |
readExternal, writeExternal |
Methods inherited from interface wt.fc.NetFactor |
getClassInfo, getConceptualClassname |
Methods inherited from interface wt.content.FormatContentHolder |
getFormat, getFormatName, getPrimary, setFormat, setPrimary |
Methods inherited from interface wt.content.ContentHolder |
getContentVector, getHttpVector, getOperation, isHasContents, setContentVector, setHasContents, setHttpVector, setOperation |
Methods inherited from interface wt.admin.DomainAdministered |
getDomainRef, isInheritedDomain, setDomainRef, setInheritedDomain |
Field Detail |
public static final String NAME
public static final String DESCRIPTION
public static final String DEFAULT_REPRESENTATION
public static final String OUT_OF_DATE
public static final String REPRESENTATION_TYPE
public static final String REPRESENTABLE
public static final String REPRESENTABLE_REFERENCE
Method Detail |
public String getName()
public void setName(String a_Name) throws WTPropertyVetoException
a_Name
-
WTPropertyVetoException
public String getDescription()
public void setDescription(String a_Description) throws WTPropertyVetoException
a_Description
-
WTPropertyVetoException
public Boolean getDefaultRepresentation()
public void setDefaultRepresentation(Boolean a_DefaultRepresentation) throws WTPropertyVetoException
a_DefaultRepresentation
-
WTPropertyVetoException
public boolean isOutOfDate()
public void setOutOfDate(boolean a_OutOfDate) throws WTPropertyVetoException
a_OutOfDate
-
WTPropertyVetoException
public RepresentationType getRepresentationType()
public void setRepresentationType(RepresentationType a_RepresentationType) throws WTPropertyVetoException
a_RepresentationType
-
WTPropertyVetoException
public Representable getRepresentable()
public void setRepresentable(Representable a_Representable) throws WTPropertyVetoException, WTException
a_Representable
-
WTPropertyVetoException
WTException
public ObjectReference getRepresentableReference()
public void setRepresentableReference(ObjectReference a_RepresentableReference) throws WTPropertyVetoException
a_RepresentableReference
-
WTPropertyVetoException
public boolean isDefaultRepresentation()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |