Constructor and Description |
---|
BasicType(String name,
Value<Class<?>> classReference) |
Modifier and Type | Method and Description |
---|---|
String |
getClassName()
Obtain the java class name for this type.
|
Class<?> |
getClassReference()
Obtain the java
Class reference for this type |
Value<Class<?>> |
getClassReferenceUnresolved() |
String |
getName()
Obtain the name of the type.
|
boolean |
isAssociation() |
boolean |
isComponent() |
public String getName()
Type
public String getClassName()
Type
getClassName
in interface Type
public Class<?> getClassReference()
Type
Class
reference for this typegetClassReference
in interface Type
Class
referencepublic Value<Class<?>> getClassReferenceUnresolved()
getClassReferenceUnresolved
in interface Type
public boolean isAssociation()
isAssociation
in interface Type
public boolean isComponent()
isComponent
in interface Type
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.