com.ibm.adt.topology.object
Interface TopologyObjectType
- All Known Implementing Classes:
- TopologyObjectTypeImpl
public interface TopologyObjectType
PROVIDER
static final java.lang.String PROVIDER
- See Also:
- Constant Field Values
SERVER
static final java.lang.String SERVER
- See Also:
- Constant Field Values
SERVER_COLLECTION
static final java.lang.String SERVER_COLLECTION
- See Also:
- Constant Field Values
COMPUTER_SYSTEM
static final java.lang.String COMPUTER_SYSTEM
- See Also:
- Constant Field Values
RESOURCE
static final java.lang.String RESOURCE
- See Also:
- Constant Field Values
ARTIFACT
static final java.lang.String ARTIFACT
- See Also:
- Constant Field Values
APPLICATION
static final java.lang.String APPLICATION
- See Also:
- Constant Field Values
CHILD
static final java.lang.String CHILD
- See Also:
- Constant Field Values
getInternalType
java.lang.String getInternalType()
- Returns:
- the internalType
getSuperType
java.lang.String getSuperType()
- Returns:
- the superType
getPublicType
java.lang.String getPublicType()
- Returns:
- the well-known type
getNamespace
java.lang.String getNamespace()
- Returns:
- the namespace
instanceOf
boolean instanceOf(java.lang.String superType)
- Tests if the type is an instance of the specified superType
- Parameters:
superType
-
- Returns:
- true if type is an instance of superType
© Copyright 2006 IBM Corp. 2006 All Rights Reserved