Package com.ibm.fhir.model.util
Class ModelSupport.ElementInfo
- java.lang.Object
-
- com.ibm.fhir.model.util.ModelSupport.ElementInfo
-
- Enclosing class:
- ModelSupport
public static final class ModelSupport.ElementInfo extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Binding
getBinding()
Set<String>
getChoiceElementNames()
Set<Class<?>>
getChoiceTypes()
Class<?>
getDeclaringType()
String
getName()
Set<String>
getReferenceTypes()
Class<?>
getType()
boolean
hasBinding()
boolean
isChoice()
boolean
isDeclaredBy(Class<?> type)
boolean
isReference()
boolean
isRepeating()
boolean
isRequired()
boolean
isSummary()
-
-
-
Method Detail
-
getName
public String getName()
-
getType
public Class<?> getType()
-
getDeclaringType
public Class<?> getDeclaringType()
-
isDeclaredBy
public boolean isDeclaredBy(Class<?> type)
-
isRequired
public boolean isRequired()
-
isSummary
public boolean isSummary()
-
isRepeating
public boolean isRepeating()
-
isChoice
public boolean isChoice()
-
isReference
public boolean isReference()
-
getBinding
public Binding getBinding()
-
hasBinding
public boolean hasBinding()
-
-