com.steptools.stdev
Interface Instance

All Superinterfaces:
java.lang.Cloneable
All Known Subinterfaces:
EntityInstance
All Known Implementing Classes:
Aggregate, AggregateBoolean, AggregateInteger, AggregateLogical, AggregateObject, AggregateReal, AggregateString, ArrayBoolean, ArrayInteger, ArrayLogical, ArrayReal, ArrayString, BagBoolean, BagInteger, BagLogical, BagReal, BagString, EntityInstanceImpl, Enumeration, ListBoolean, ListInteger, ListLogical, ListReal, ListString, Select, SetBoolean, SetInteger, SetLogical, SetReal, SetString

public interface Instance
extends java.lang.Cloneable

Base interface for all STEP instance data.


Method Summary
 java.lang.Object clone()
          Generate a shallow copy of this object
 Domain domain()
          Get the Domain of this object
 

Method Detail

domain

Domain domain()
Get the Domain of this object

Returns:
The Domain for this object. If this is a view object, the domain for the base, and not for the view is returned.

clone

java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Generate a shallow copy of this object

Returns:
A copy of this object
Throws:
java.lang.CloneNotSupportedException - If this method cannot be cloned. This is not thrown be any ST-Developer class, but was provided in the java.lang.Object prototype for clone().