Package wt.representation
Interface Representation
- All Superinterfaces:
wt.content._ContentHolder,wt.admin._DomainAdministered,wt.ufid._Federatable,wt.federation._FederatedLinkHolder,wt.content._FormatContentHolder,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.federation._RemotelyLinkable,_Representation,ContentHolder,DomainAdministered,wt.ufid.Federatable,wt.federation.FederatedLinkHolder,FormatContentHolder,NetFactor,ObjectMappable,Persistable,wt.federation.RemotelyLinkable,Serializable
- All Known Implementing Classes:
_DerivedImage,DerivedImage
@GenAsPersistable(interfaces={FormatContentHolder.class,DomainAdministered.class,wt.ufid.Federatable.class},properties={@GeneratedProperty(name="defaultRepresentation",type=boolean.class,supportedAPI=PUBLIC_PRIVATE,initialValue="false"),@GeneratedProperty(name="outOfDate",type=boolean.class,supportedAPI=PUBLIC_PRIVATE,initialValue="false",javaDoc="Has the Representation be made out of date by changes to other objects?"),@GeneratedProperty(name="boundingBox",type=float[][].class,supportedAPI=PUBLIC_PRIVATE,constraints=@PropertyConstraints(fixedArrayLength=6)),@GeneratedProperty(name="hasBoundingBox",type=boolean.class,supportedAPI=PUBLIC_PRIVATE,initialValue="false"),@GeneratedProperty(name="hasOctree",type=boolean.class,initialValue="false"),@GeneratedProperty(name="representationType",type=wt.representation.RepresentationType.class,constraints=@PropertyConstraints(upperLimit=20,required=true))},foreignKeys=@GeneratedForeignKey(name="RepresentableLink",foreignKeyRole=@ForeignKeyRole(name="theRepresentable",type=Representable.class,supportedAPI=PUBLIC_PRIVATE,constraints=@PropertyConstraints(required=true),columnProperties=@ColumnProperties(columnName="theRepresentableReference")),myRole=@MyRole(name="theRepresentation")))
public interface Representation
extends _Representation
Supported API: true
Extendable: false
-
Field Summary
Fields inherited from interface wt.content._ContentHolder
CONTENT_VECTOR, HAS_CONTENTS, HTTP_VECTOR, OPERATIONFields inherited from interface wt.admin._DomainAdministered
DOMAIN_REF, INHERITED_DOMAINFields inherited from interface wt.ufid._Federatable
FEDERATABLE_INFOFields inherited from interface wt.content._FormatContentHolder
FORMAT, FORMAT_NAME, PRIMARYFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.representation._Representation
BOUNDING_BOX, DEFAULT_REPRESENTATION, HAS_BOUNDING_BOX, HAS_OCTREE, OUT_OF_DATE, REPRESENTABLE, REPRESENTABLE_REFERENCE, REPRESENTATION_TYPEFields inherited from interface wt.fc.Persistable
IDENTITY, TYPE -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attribute: DESCRIPTION.getName()Gets the value of the attribute: NAME.Gets the value of the attribute: OLFILENAME.Methods inherited from interface wt.content._ContentHolder
getContentVector, getHttpVector, getOperation, isHasContents, setContentVector, setHasContents, setHttpVector, setOperationMethods inherited from interface wt.admin._DomainAdministered
getDomainRef, isInheritedDomain, setDomainRef, setInheritedDomainMethods inherited from interface wt.ufid._Federatable
getFederatableInfo, setFederatableInfoMethods inherited from interface wt.content._FormatContentHolder
getFormat, getFormatName, getPrimary, setFormat, setPrimaryMethods inherited from interface wt.fc._Persistable
getPersistInfo, setPersistInfoMethods inherited from interface wt.representation._Representation
getBoundingBox, getRepresentable, getRepresentableReference, getRepresentationType, isDefaultRepresentation, isHasBoundingBox, isHasOctree, isOutOfDate, setBoundingBox, setDefaultRepresentation, setHasBoundingBox, setHasOctree, setOutOfDate, setRepresentable, setRepresentableReference, setRepresentationTypeMethods inherited from interface wt.fc.NetFactor
getClassInfo, getConceptualClassnameMethods inherited from interface wt.fc.ObjectMappable
readExternal, writeExternalMethods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity, getType
-
Method Details
-
getName
String getName()Gets the value of the attribute: NAME.
Supported API: true- Returns:
- String
-
getOlFileName
String getOlFileName()Gets the value of the attribute: OLFILENAME.
Supported API: true- Returns:
- String
-
getDescription
String getDescription()Gets the value of the attribute: DESCRIPTION.
Supported API: true- Returns:
- String
-