Package pl.metaprogramming.model.data
Class XmlEnumType
-
- All Implemented Interfaces:
-
pl.metaprogramming.model.data.XmlDataType
public final class XmlEnumType extends EnumType implements XmlDataType
-
-
Field Summary
Fields Modifier and Type Field Description private Stringnamespaceprivate final List<String>allowedValuesprivate Stringdescriptionprivate Map<String, String>descriptionsprivate Stringcodeprivate final BooleanisNamedprivate final BooleanisEnumprivate final BooleanisEnumOrItemEnumprivate final BooleanisObjectprivate final BooleanisBinaryprivate final BooleanisArrayprivate final BooleanisMapprivate final ArrayTypearrayTypeprivate final MapTypemapTypeprivate final ObjectTypeobjectTypeprivate final EnumTypeenumTypeprivate final DataTypeCodetypeCode
-
Method Summary
Modifier and Type Method Description StringgetNamespace()UnitsetNamespace(String namespace)-
Methods inherited from class pl.metaprogramming.model.data.EnumType
asSchema, getAllowedValues, getDescription, getDescription, getDescriptions, setDescription, setDescription, setDescriptions -
Methods inherited from class pl.metaprogramming.model.data.NamedDataType
getCode, isNamed, setCode, toString -
Methods inherited from class pl.metaprogramming.model.data.DataType
asArray, asArray, asSchema, asSchema, getArrayType, getEnumType, getMapType, getObjectType, getTypeCode, is, isArray, isBinary, isComplex, isEnum, isEnumOrItemEnum, isMap, isNumber, isNumberOrBoolean, isObject, isTypeOrItemType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getNamespace
String getNamespace()
-
setNamespace
Unit setNamespace(String namespace)
-
-
-
-