public abstract class YType extends YTypeSystemElement
| Constructor and Description |
|---|
YType(YNamespace container,
String code) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
String |
getDefaultValueDefinition() |
abstract String |
getJavaClassName() |
abstract boolean |
isAssignableFrom(YType type) |
void |
setDefaultValueDefinition(String defaultValueDef) |
String |
toString() |
void |
validate()
Validates the element.
|
addCustomProperties, addCustomProperty, getCustomProps, getDefaultMetaTypeCode, getMetaType, getMetaTypeCode, isAutocreate, isGenerate, resetCaches, setAutocreate, setGenerate, setMetaTypeCodegetLoaderInfo, getNamespace, getTypeSystem, setLoaderInfopublic YType(YNamespace container, String code)
public String toString()
toString in class YNameSpaceElementpublic void validate()
YNameSpaceElementvalidate in class YTypeSystemElementpublic String getCode()
public void setDefaultValueDefinition(String defaultValueDef)
public String getDefaultValueDefinition()
public abstract String getJavaClassName()
public abstract boolean isAssignableFrom(YType type)
Copyright © 2017 SAP SE. All Rights Reserved.