com.hp.ucmdb.api.classmodel
Interface ValidRelation


public interface ValidRelation

The definition of a valid relation between two endpoint types.


Method Summary
 ClassDefinition getEnd1Type()
          The class at one end of this type of relation.
 java.lang.String getEnd1TypeName()
          The name of the class at one end of this type of relation.
 ClassDefinition getEnd2Type()
          The class at one end of this type of relation.
 java.lang.String getEnd2TypeName()
          The name of the class at one end of this type of relation.
 ClassDefinition getType()
          The class that this relation definition defines.
 java.lang.String getTypeName()
          The name of the class that this relation definition defines.
 java.lang.Iterable<Qualifier> qualifiers()
          The collection of qualifiers that apply to this type of relation.
 

Method Detail

getTypeName

java.lang.String getTypeName()
The name of the class that this relation definition defines.


getEnd1TypeName

java.lang.String getEnd1TypeName()
The name of the class at one end of this type of relation.


getEnd2TypeName

java.lang.String getEnd2TypeName()
The name of the class at one end of this type of relation.


qualifiers

java.lang.Iterable<Qualifier> qualifiers()
The collection of qualifiers that apply to this type of relation.


getType

ClassDefinition getType()
The class that this relation definition defines.


getEnd1Type

ClassDefinition getEnd1Type()
The class at one end of this type of relation.


getEnd2Type

ClassDefinition getEnd2Type()
The class at one end of this type of relation.



Documentation Feedback
Copyright 2010 Hewlett-Packard Development Company, L.P.