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
@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.representation._Representation
BOUNDING_BOX, DEFAULT_REPRESENTATION, HAS_BOUNDING_BOX, OUT_OF_DATE, REPRESENTABLE, REPRESENTABLE_REFERENCE -
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.representation._Representation
getBoundingBox, getRepresentable, getRepresentableReference, isDefaultRepresentation, isHasBoundingBox, isOutOfDateMethods inherited from interface wt.fc.NetFactor
getClassInfo, getConceptualClassnameMethods inherited from interface wt.fc.ObjectMappable
readExternal, writeExternalMethods inherited from interface wt.fc.Persistable
checkAttributes
-
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
-