|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openarchitectureware.type.AbstractTypeImpl
org.openarchitectureware.type.baseimpl.types.BuiltinBaseType
org.openarchitectureware.type.baseimpl.types.ObjectTypeImpl
public class ObjectTypeImpl
Constructor Summary | |
---|---|
ObjectTypeImpl(TypeSystem ts,
java.lang.String name)
|
Method Summary | |
---|---|
Feature[] |
getContributedFeatures()
|
java.util.Set<Type> |
getSuperTypes()
|
boolean |
isInstance(java.lang.Object o)
|
java.lang.Object |
newInstance()
|
Methods inherited from class org.openarchitectureware.type.AbstractTypeImpl |
---|
convert, equals, getAllFeatures, getAllOperations, getAllProperties, getAllStaticProperties, getDocumentation, getFeature, getName, getOperation, getProperty, getStaticProperty, getTypeSystem, hashCode, internalGetSuperTypes, internalIsAssignableFrom, isAbstract, isAssignableFrom, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.openarchitectureware.type.Type |
---|
convert, getAllFeatures, getAllOperations, getAllProperties, getAllStaticProperties, getDocumentation, getFeature, getName, getOperation, getProperty, getStaticProperty, getTypeSystem, isAbstract, isAssignableFrom |
Constructor Detail |
---|
public ObjectTypeImpl(TypeSystem ts, java.lang.String name)
Method Detail |
---|
public Feature[] getContributedFeatures()
getContributedFeatures
in class AbstractTypeImpl
public boolean isInstance(java.lang.Object o)
isInstance
in interface Type
public java.lang.Object newInstance()
newInstance
in interface Type
public java.util.Set<Type> getSuperTypes()
getSuperTypes
in interface Type
getSuperTypes
in class AbstractTypeImpl
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |