com.hp.ucmdb.api.types
Interface TypeInfo

All Known Subinterfaces:
EnumInfo

public interface TypeInfo

Additional type info for specific attribute types

A typical usage of this interface is demonstrated below:

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




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