com.hp.ucmdb.api.classmodel
Interface EnumInfo

All Superinterfaces:
TypeInfo

public interface EnumInfo
extends TypeInfo

Service to get name of an enum.

Usage of this interface is demonstrated below:

  Attribute enumAttr = 
       typeObjectDefinition.getAttribute(AttributesUtils.PROPERTY_ENUM);
  EnumInfo enumInfo = (EnumInfo)enumAttr.getTypeInfo();
  String enumName = enumInfo.getEnumName();
  


Method Summary
 java.lang.String getEnumName()
           
 

Method Detail

getEnumName

java.lang.String getEnumName()


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