|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cedarsoft.codegen.model.DefaultFieldTypeInformation
public class DefaultFieldTypeInformation
| Constructor Summary | |
|---|---|
DefaultFieldTypeInformation(com.sun.mirror.type.TypeMirror typeMirror)
|
|
| Method Summary | |
|---|---|
com.sun.mirror.type.TypeMirror |
getCollectionParam()
Returns the collection parameter |
com.sun.mirror.type.TypeMirror |
getType()
Returns the type of the field |
com.sun.mirror.type.TypeMirror |
getTypeMirror()
|
boolean |
isCollectionType()
Whether this is a collection type |
boolean |
isType(Class<?> type)
Whether the field is of the given type (exactly!) |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultFieldTypeInformation(@NotNull
com.sun.mirror.type.TypeMirror typeMirror)
| Method Detail |
|---|
@NotNull public com.sun.mirror.type.TypeMirror getTypeMirror()
@NotNull public com.sun.mirror.type.TypeMirror getType()
FieldTypeInformation
getType in interface FieldTypeInformation
public boolean isType(@NotNull
Class<?> type)
FieldTypeInformation
isType in interface FieldTypeInformationtype - the type
public boolean isCollectionType()
FieldTypeInformation
isCollectionType in interface FieldTypeInformation@NotNull public com.sun.mirror.type.TypeMirror getCollectionParam()
FieldTypeInformation
getCollectionParam in interface FieldTypeInformationpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||