Class EnumerationRange
java.lang.Object
io.jmix.core.metamodel.model.impl.AbstractRange
io.jmix.core.metamodel.model.impl.EnumerationRange
- All Implemented Interfaces:
- Range
- 
Nested Class SummaryNested classes/interfaces inherited from interface io.jmix.core.metamodel.model.RangeRange.Cardinality
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionasClass()Get this property MetaClass.<T> Datatype<T>Get this property Datatype.Get this property Enumeration.booleanisClass()Is this property a reference?booleanIs this property of a simple type?booleanisEnum()Is this property an enumeration?toString()Methods inherited from class io.jmix.core.metamodel.model.impl.AbstractRangegetCardinality, isOrdered, setCardinality, setOrderedMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.jmix.core.metamodel.model.RangegetCardinality, isOrdered
- 
Constructor Details- 
EnumerationRange
 
- 
- 
Method Details- 
asClassDescription copied from interface:RangeGet this property MetaClass. Throws IllegalStateException if this property is not a reference.
- 
asDatatypeDescription copied from interface:RangeGet this property Datatype. Throws IllegalStateException if this property is not of a simple type.- Specified by:
- asDatatypein interface- Range
 
- 
asEnumerationDescription copied from interface:RangeGet this property Enumeration. Throws IllegalStateException if this property is not an enumeration.- Specified by:
- asEnumerationin interface- Range
 
- 
isClasspublic boolean isClass()Description copied from interface:RangeIs this property a reference?
- 
isDatatypepublic boolean isDatatype()Description copied from interface:RangeIs this property of a simple type?- Specified by:
- isDatatypein interface- Range
 
- 
isEnumpublic boolean isEnum()Description copied from interface:RangeIs this property an enumeration?
- 
toString
 
-