public class ItemType extends DefaultObjectType implements BaseType
| Constructor and Description |
|---|
ItemType(ComposedTypeModel composedType) |
| Modifier and Type | Method and Description |
|---|---|
ComposedTypeModel |
getComposedType() |
String |
getDescription()
Returns type description according to current session language
|
String |
getDescription(String languageIsoCode)
Returns type description according to given language
|
String |
getName()
Returns type name according to current session language
|
String |
getName(String languageIsoCode)
Returns type name according to given language
|
boolean |
isAbstract()
Returns true if this type is not suitable for creating instances.
|
boolean |
isJaloOnly() |
boolean |
isSingleton() |
String |
toString() |
addToSubtypesInternal, addToSupertypesInternal, equals, getCode, getDeclaredPropertyDescriptors, getPropertyDescriptors, getRedeclaredPropertyDescriptors, getSubtypes, getSupertypes, hashCode, isAssignableFrom, removeFromSubtypesInternal, removeFromSupertypesInternal, setDeclaredPropertyDescriptors, setRedeclaredPropertyDescriptors, setSubtypes, setSupertypesclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetCode, getDeclaredPropertyDescriptors, getPropertyDescriptors, getSubtypes, getSupertypes, isAssignableFrompublic ItemType(ComposedTypeModel composedType)
public ComposedTypeModel getComposedType()
public boolean isAbstract()
ObjectTypeisAbstract in interface ObjectTypepublic boolean isJaloOnly()
public boolean isSingleton()
public String toString()
toString in class DefaultObjectTypepublic String getName()
ObjectTypegetName in interface ObjectTypepublic String getName(String languageIsoCode)
ObjectTypegetName in interface ObjectTypepublic String getDescription()
ObjectTypegetDescription in interface ObjectTypepublic String getDescription(String languageIsoCode)
ObjectTypegetDescription in interface ObjectTypeCopyright © 2017 SAP SE. All Rights Reserved.