Uses of Class
org.codehaus.modello.plugin.java.javasource.JType
Packages that use JType
Package
Description
-
Uses of JType in org.codehaus.modello.plugin.dom4j
Methods in org.codehaus.modello.plugin.dom4j with parameters of type JType -
Uses of JType in org.codehaus.modello.plugin.java
Methods in org.codehaus.modello.plugin.java that return JTypeModifier and TypeMethodDescriptionprivate JType
JavaModelloGenerator.getComponentType
(ModelAssociation modelAssociation, JavaAssociationMetadata javaAssociationMetadata) private JType
JavaModelloGenerator.getDesiredType
(ModelField modelField, boolean useTo) Methods in org.codehaus.modello.plugin.java with parameters of type JTypeModifier and TypeMethodDescriptionprivate String
JavaModelloGenerator.getDefaultValue
(ModelAssociation modelAssociation, JType componentType) -
Uses of JType in org.codehaus.modello.plugin.java.javasource
Subclasses of JType in org.codehaus.modello.plugin.java.javasourceModifier and TypeClassDescriptionfinal class
JType sub-class for Arrays.class
A representation of the Java Source code for a Java Class.(package private) final class
final class
JType sub-class for collections.class
JType sub-class for componentized types, such as array as collections.final class
A representation of the Java Source code for a Java Interface.final class
JType sub-class for maps.class
This class represents the basic Java "structure" for a Java source file.Fields in org.codehaus.modello.plugin.java.javasource declared as JTypeModifier and TypeFieldDescriptionprivate JType
JComponentizedType._componentType
Indicates the data type contained in this collection.private JType
JType._componentType
used for array typesstatic final JType
JType.BOOLEAN
static final JType
JType.BYTE
static final JType
JType.CHAR
static final JType
JType.DOUBLE
static final JType
JType.FLOAT
static final JType
JType.INT
static final JType
JType.LONG
private JType
JMethodSignature.returnType
The return type of this Methodstatic final JType
JType.SHORT
private JType
JField.type
private JType
JParameter.type
The type associated with this JParameterMethods in org.codehaus.modello.plugin.java.javasource that return JTypeModifier and TypeMethodDescriptionfinal JType
JType.createArray()
Deprecated.removed in javasource 1.3rc1, replaced by JArrayTypefinal JType
JComponentizedType.getComponentType()
Returns the component type.JType.getComponentType()
If this JType is an array this method will returns the component type of the array, otherwise null will be returned.JMethod.getReturnType()
Returns the JType that represents the return type of the method.JMethodSignature.getReturnType()
Returns the JType that represents the return type for the method signature.JField.getType()
Returns the JType represting the type of this JFieldJParameter.getType()
Returns the parameter typeMethods in org.codehaus.modello.plugin.java.javasource with parameters of type JTypeModifier and TypeMethodDescriptionvoid
Sets the type of this parameterConstructors in org.codehaus.modello.plugin.java.javasource with parameters of type JTypeModifierConstructorDescriptionJArrayType
(JType componentType, boolean useJava50) Creates an instance of a array type, of type 'name'.JCollectionType
(String typeName, String instanceName, JType componentType, boolean useJava50) Creates an instance of a collection type, of type 'collectionName'.JCollectionType
(String typeName, JType componentType, boolean useJava50) Creates an instance of a collection type, of type 'collectionName'.protected
JComponentizedType
(String name, JType componentType, boolean useJava50) Creates an instance of a componentized type, of type 'name'.Creates an instance of a map type, of type 'mapName'.Creates an instance of a map type, of type 'mapName'.Creates a new JMethod with the given name and returnType.Deprecated.removed in future version of javasourceJMethodSignature
(String name, JType returnType) Creates a new method with the given name and return type.JParameter
(JType type, String name) Creates a new JParameter with the given type, and name -
Uses of JType in org.codehaus.modello.plugin.stax
Methods in org.codehaus.modello.plugin.stax with parameters of type JType -
Uses of JType in org.codehaus.modello.plugin.xpp3
Methods in org.codehaus.modello.plugin.xpp3 with parameters of type JType