A B C D E F G H I J L O R S T V W

A

addImport(JavaType) - Method in interface org.springframework.roo.model.ImportRegistrationResolver
Explicitly registers an import.
addImport(JavaType) - Method in class org.springframework.roo.model.ImportRegistrationResolverImpl
 
assertJavaNameLegal(String) - Static method in class org.springframework.roo.model.JavaSymbolName
Verifies the presented name is a valid Java name.

B

BOOLEAN_OBJECT - Static variable in class org.springframework.roo.model.JavaType
 
BOOLEAN_PRIMITIVE - Static variable in class org.springframework.roo.model.JavaType
 
BYTE_OBJECT - Static variable in class org.springframework.roo.model.JavaType
 
BYTE_PRIMITIVE - Static variable in class org.springframework.roo.model.JavaType
 

C

CHAR_OBJECT - Static variable in class org.springframework.roo.model.JavaType
 
CHAR_PRIMITIVE - Static variable in class org.springframework.roo.model.JavaType
 
compareTo(JavaPackage) - Method in class org.springframework.roo.model.JavaPackage
 
compareTo(JavaSymbolName) - Method in class org.springframework.roo.model.JavaSymbolName
 
compareTo(JavaType) - Method in class org.springframework.roo.model.JavaType
 

D

DataType - Enum in org.springframework.roo.model
 
DOUBLE_OBJECT - Static variable in class org.springframework.roo.model.JavaType
 
DOUBLE_PRIMITIVE - Static variable in class org.springframework.roo.model.JavaType
 

E

EnumDetails - Class in org.springframework.roo.model
Immutable representation of an enumeration.
EnumDetails(JavaType, JavaSymbolName) - Constructor for class org.springframework.roo.model.EnumDetails
 
equals(Object) - Method in class org.springframework.roo.model.JavaPackage
 
equals(Object) - Method in class org.springframework.roo.model.JavaSymbolName
 
equals(Object) - Method in class org.springframework.roo.model.JavaType
 

F

FLOAT_OBJECT - Static variable in class org.springframework.roo.model.JavaType
 
FLOAT_PRIMITIVE - Static variable in class org.springframework.roo.model.JavaType
 

G

getArgName() - Method in class org.springframework.roo.model.JavaType
 
getArray() - Method in class org.springframework.roo.model.JavaType
 
getAsText() - Method in class org.springframework.roo.model.JavaSymbolNameEditor
 
getCompilationUnitPackage() - Method in interface org.springframework.roo.model.ImportRegistrationResolver
 
getCompilationUnitPackage() - Method in class org.springframework.roo.model.ImportRegistrationResolverImpl
 
getDataType() - Method in class org.springframework.roo.model.JavaType
 
getEnclosingType() - Method in class org.springframework.roo.model.JavaType
 
getField() - Method in class org.springframework.roo.model.EnumDetails
 
getFullyQualifiedPackageName() - Method in class org.springframework.roo.model.JavaPackage
 
getFullyQualifiedTypeName() - Method in class org.springframework.roo.model.JavaType
 
getNameIncludingTypeParameters() - Method in class org.springframework.roo.model.JavaType
Obtains the name of this type, including type parameters.
getNameIncludingTypeParameters(boolean, ImportRegistrationResolver) - Method in class org.springframework.roo.model.JavaType
Obtains the name of this type, including type parameters.
getPackage() - Method in class org.springframework.roo.model.JavaType
 
getParameters() - Method in class org.springframework.roo.model.JavaType
 
getReadableSymbolName() - Method in class org.springframework.roo.model.JavaSymbolName
 
getRegisteredImports() - Method in interface org.springframework.roo.model.ImportRegistrationResolver
Provides access to the registered imports.
getRegisteredImports() - Method in class org.springframework.roo.model.ImportRegistrationResolverImpl
 
getSimpleTypeName() - Method in class org.springframework.roo.model.JavaType
 
getSymbolName() - Method in class org.springframework.roo.model.JavaSymbolName
 
getSymbolNameCapitalisedFirstLetter() - Method in class org.springframework.roo.model.JavaSymbolName
 
getType() - Method in class org.springframework.roo.model.EnumDetails
 

H

hashCode() - Method in class org.springframework.roo.model.JavaPackage
 
hashCode() - Method in class org.springframework.roo.model.JavaSymbolName
 
hashCode() - Method in class org.springframework.roo.model.JavaType
 

I

ImportRegistrationResolver - Interface in org.springframework.roo.model
Represents the known imports for a particular compilation unit, and resolves whether a particular type name can be expressed as a simple type name or requires a fully-qualified type name.
ImportRegistrationResolverImpl - Class in org.springframework.roo.model
 
ImportRegistrationResolverImpl(JavaPackage) - Constructor for class org.springframework.roo.model.ImportRegistrationResolverImpl
 
INT_OBJECT - Static variable in class org.springframework.roo.model.JavaType
 
INT_PRIMITIVE - Static variable in class org.springframework.roo.model.JavaType
 
isAdditionLegal(JavaType) - Method in interface org.springframework.roo.model.ImportRegistrationResolver
Indicates whether the presented JavaType can be legally presented to ImportRegistrationResolver.addImport(JavaType).
isAdditionLegal(JavaType) - Method in class org.springframework.roo.model.ImportRegistrationResolverImpl
 
isArray() - Method in class org.springframework.roo.model.JavaType
 
isCommonCollectionType() - Method in class org.springframework.roo.model.JavaType
 
isDefaultPackage() - Method in class org.springframework.roo.model.JavaType
 
isFullyQualifiedFormRequired(JavaType) - Method in interface org.springframework.roo.model.ImportRegistrationResolver
Determines whether the presented JavaType must be used in a fully-qualified form or not.
isFullyQualifiedFormRequired(JavaType) - Method in class org.springframework.roo.model.ImportRegistrationResolverImpl
 
isFullyQualifiedFormRequiredAfterAutoImport(JavaType) - Method in interface org.springframework.roo.model.ImportRegistrationResolver
Automatically invokes ImportRegistrationResolver.isAdditionLegal(JavaType), then ImportRegistrationResolver.addImport(JavaType), and finally ImportRegistrationResolver.isFullyQualifiedFormRequired(JavaType), returning the result of the final method.
isFullyQualifiedFormRequiredAfterAutoImport(JavaType) - Method in class org.springframework.roo.model.ImportRegistrationResolverImpl
 
isPartOfJavaLang(String) - Static method in class org.springframework.roo.model.ImportRegistrationResolverImpl
Determines whether the presented simple type name is part of java.lang or not.
isPrimitive() - Method in class org.springframework.roo.model.JavaType
 

J

JavaPackage - Class in org.springframework.roo.model
Immutable representation of a Java package.
JavaPackage(String) - Constructor for class org.springframework.roo.model.JavaPackage
Construct a JavaPackage.
JavaSymbolName - Class in org.springframework.roo.model
Immutable representation of a Java field name, method name, or other common legal Java identifier.
JavaSymbolName(String) - Constructor for class org.springframework.roo.model.JavaSymbolName
Construct a Java symbol name.
JavaSymbolNameEditor - Class in org.springframework.roo.model
PropertyEditor for JavaSymbolName.
JavaSymbolNameEditor() - Constructor for class org.springframework.roo.model.JavaSymbolNameEditor
 
JavaType - Class in org.springframework.roo.model
Immutable representation of a Java type.
JavaType(String) - Constructor for class org.springframework.roo.model.JavaType
Construct a JavaType.
JavaType(String, int, DataType, JavaSymbolName, List<JavaType>) - Constructor for class org.springframework.roo.model.JavaType
Construct a JavaType with full details.

L

LONG_OBJECT - Static variable in class org.springframework.roo.model.JavaType
 
LONG_PRIMITIVE - Static variable in class org.springframework.roo.model.JavaType
 

O

org.springframework.roo.model - package org.springframework.roo.model
 

R

RESERVED_JAVA_KEYWORDS - Static variable in class org.springframework.roo.model.ReservedWords
Represents an unmodifiable set of lowercase reserved words in Java.
RESERVED_SQL_KEYWORDS - Static variable in class org.springframework.roo.model.ReservedWords
Represents an unmodifiable set of lowercase reserved words.
ReservedWords - Class in org.springframework.roo.model
Provides all reserved words.
ReservedWords() - Constructor for class org.springframework.roo.model.ReservedWords
 

S

setAsText(String) - Method in class org.springframework.roo.model.JavaSymbolNameEditor
 
SHORT_OBJECT - Static variable in class org.springframework.roo.model.JavaType
 
SHORT_PRIMITIVE - Static variable in class org.springframework.roo.model.JavaType
 
STRING_OBJECT - Static variable in class org.springframework.roo.model.JavaType
 

T

toString() - Method in class org.springframework.roo.model.EnumDetails
 
toString() - Method in class org.springframework.roo.model.JavaPackage
 
toString() - Method in class org.springframework.roo.model.JavaSymbolName
 
toString() - Method in class org.springframework.roo.model.JavaType
 

V

valueOf(String) - Static method in enum org.springframework.roo.model.DataType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.roo.model.DataType
Returns an array containing the constants of this enum type, in the order they are declared.
verifyReservedJavaKeywordsNotPresent(JavaType) - Static method in class org.springframework.roo.model.ReservedWords
 
verifyReservedJavaKeywordsNotPresent(JavaSymbolName) - Static method in class org.springframework.roo.model.ReservedWords
 
verifyReservedJavaKeywordsNotPresent(String) - Static method in class org.springframework.roo.model.ReservedWords
 
verifyReservedSqlKeywordsNotPresent(JavaType) - Static method in class org.springframework.roo.model.ReservedWords
 
verifyReservedSqlKeywordsNotPresent(JavaSymbolName) - Static method in class org.springframework.roo.model.ReservedWords
 
verifyReservedSqlKeywordsNotPresent(String) - Static method in class org.springframework.roo.model.ReservedWords
 
verifyReservedWordsNotPresent(JavaType) - Static method in class org.springframework.roo.model.ReservedWords
 
verifyReservedWordsNotPresent(JavaSymbolName) - Static method in class org.springframework.roo.model.ReservedWords
 
verifyReservedWordsNotPresent(String) - Static method in class org.springframework.roo.model.ReservedWords
 
VOID_OBJECT - Static variable in class org.springframework.roo.model.JavaType
 
VOID_PRIMITIVE - Static variable in class org.springframework.roo.model.JavaType
 

W

WILDCARD_EXTENDS - Static variable in class org.springframework.roo.model.JavaType
 
WILDCARD_NEITHER - Static variable in class org.springframework.roo.model.JavaType
 
WILDCARD_SUPER - Static variable in class org.springframework.roo.model.JavaType
 

A B C D E F G H I J L O R S T V W

Copyright © 2009-2010 VMware, Inc. All Rights Reserved.