Package de.hybris.bootstrap.typesystem
Class YType
java.lang.Object
de.hybris.bootstrap.typesystem.YNameSpaceElement
de.hybris.bootstrap.typesystem.YTypeSystemElement
de.hybris.bootstrap.typesystem.YType
- Direct Known Subclasses:
YAtomicType,YCollectionType,YComposedType,YMapType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()abstract Stringabstract booleanisAssignableFrom(YType type) voidsetDefaultValueDefinition(String defaultValueDef) toString()voidvalidate()Validates the element.Methods inherited from class de.hybris.bootstrap.typesystem.YTypeSystemElement
addCustomProperties, addCustomProperty, getCustomProps, getDefaultMetaTypeCode, getMetaType, getMetaTypeCode, isAutocreate, isGenerate, resetCaches, setAutocreate, setGenerate, setMetaTypeCodeMethods inherited from class de.hybris.bootstrap.typesystem.YNameSpaceElement
getLoaderInfo, getNamespace, getTypeSystem, setLoaderInfo
-
Constructor Details
-
YType
-
-
Method Details
-
toString
- Overrides:
toStringin classYNameSpaceElement
-
validate
public void validate()Description copied from class:YNameSpaceElementValidates the element. This should check whether or not lazy references can be resolved or any data is missing.- Overrides:
validatein classYTypeSystemElement
-
getCode
-
setDefaultValueDefinition
-
getDefaultValueDefinition
-
getJavaClassName
-
isAssignableFrom
-