Package io.atlasmap.java.v2
Class JavaClass
- java.lang.Object
-
- io.atlasmap.v2.Field
-
- io.atlasmap.java.v2.JavaField
-
- io.atlasmap.java.v2.JavaClass
-
- All Implemented Interfaces:
Serializable
public class JavaClass extends JavaField implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Booleanannonymousprotected Booleanannotationprotected Booleanenumerationprotected BooleanisInterfaceprotected JavaEnumFieldsjavaEnumFieldsprotected JavaFieldsjavaFieldsprotected BooleanlocalClassprotected BooleanmemberClassprotected StringpackageNameprotected Stringuri-
Fields inherited from class io.atlasmap.java.v2.JavaField
annotations, canonicalClassName, className, collectionClassName, getMethod, modifiers, parameterizedTypes, primitive, setMethod, synthetic
-
-
Constructor Summary
Constructors Constructor Description JavaClass()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)JavaEnumFieldsgetJavaEnumFields()Gets the value of the javaEnumFields property.JavaFieldsgetJavaFields()Gets the value of the javaFields property.StringgetPackageName()Gets the value of the packageName property.StringgetUri()Gets the value of the uri property.inthashCode()BooleanisAnnonymous()Gets the value of the annonymous property.BooleanisAnnotation()Gets the value of the annotation property.BooleanisEnumeration()Gets the value of the enumeration property.BooleanisInterface()Gets the value of the interface property.BooleanisLocalClass()Gets the value of the localClass property.BooleanisMemberClass()Gets the value of the memberClass property.voidsetAnnonymous(Boolean value)Sets the value of the annonymous property.voidsetAnnotation(Boolean value)Sets the value of the annotation property.voidsetEnumeration(Boolean value)Sets the value of the enumeration property.voidsetInterface(Boolean value)Sets the value of the interface property.voidsetJavaEnumFields(JavaEnumFields value)Sets the value of the javaEnumFields property.voidsetJavaFields(JavaFields value)Sets the value of the javaFields property.voidsetLocalClass(Boolean value)Sets the value of the localClass property.voidsetMemberClass(Boolean value)Sets the value of the memberClass property.voidsetPackageName(String value)Sets the value of the packageName property.voidsetUri(String value)Sets the value of the uri property.-
Methods inherited from class io.atlasmap.java.v2.JavaField
getAnnotations, getCanonicalClassName, getClassName, getCollectionClassName, getGetMethod, getModifiers, getParameterizedTypes, getSetMethod, isPrimitive, isSynthetic, setAnnotations, setCanonicalClassName, setClassName, setCollectionClassName, setGetMethod, setModifiers, setParameterizedTypes, setPrimitive, setSetMethod, setSynthetic
-
Methods inherited from class io.atlasmap.v2.Field
getActions, getArrayDimensions, getArraySize, getCollectionType, getDocId, getFieldType, getFormat, getIndex, getName, getPath, getStatus, getValue, isRequired, setActions, setArrayDimensions, setArraySize, setCollectionType, setDocId, setFieldType, setFormat, setIndex, setName, setPath, setRequired, setStatus, setValue
-
-
-
-
Field Detail
-
javaEnumFields
protected JavaEnumFields javaEnumFields
-
javaFields
protected JavaFields javaFields
-
packageName
protected String packageName
-
annotation
protected Boolean annotation
-
annonymous
protected Boolean annonymous
-
enumeration
protected Boolean enumeration
-
isInterface
protected Boolean isInterface
-
localClass
protected Boolean localClass
-
memberClass
protected Boolean memberClass
-
uri
protected String uri
-
-
Method Detail
-
getJavaEnumFields
public JavaEnumFields getJavaEnumFields()
Gets the value of the javaEnumFields property.- Returns:
- possible object is
JavaEnumFields
-
setJavaEnumFields
public void setJavaEnumFields(JavaEnumFields value)
Sets the value of the javaEnumFields property.- Parameters:
value- allowed object isJavaEnumFields
-
getJavaFields
public JavaFields getJavaFields()
Gets the value of the javaFields property.- Returns:
- possible object is
JavaFields
-
setJavaFields
public void setJavaFields(JavaFields value)
Sets the value of the javaFields property.- Parameters:
value- allowed object isJavaFields
-
getPackageName
public String getPackageName()
Gets the value of the packageName property.- Returns:
- possible object is
String
-
setPackageName
public void setPackageName(String value)
Sets the value of the packageName property.- Parameters:
value- allowed object isString
-
isAnnotation
public Boolean isAnnotation()
Gets the value of the annotation property.- Returns:
- possible object is
Boolean
-
setAnnotation
public void setAnnotation(Boolean value)
Sets the value of the annotation property.- Parameters:
value- allowed object isBoolean
-
isAnnonymous
public Boolean isAnnonymous()
Gets the value of the annonymous property.- Returns:
- possible object is
Boolean
-
setAnnonymous
public void setAnnonymous(Boolean value)
Sets the value of the annonymous property.- Parameters:
value- allowed object isBoolean
-
isEnumeration
public Boolean isEnumeration()
Gets the value of the enumeration property.- Returns:
- possible object is
Boolean
-
setEnumeration
public void setEnumeration(Boolean value)
Sets the value of the enumeration property.- Parameters:
value- allowed object isBoolean
-
isInterface
public Boolean isInterface()
Gets the value of the interface property.- Returns:
- possible object is
Boolean
-
setInterface
public void setInterface(Boolean value)
Sets the value of the interface property.- Parameters:
value- allowed object isBoolean
-
isLocalClass
public Boolean isLocalClass()
Gets the value of the localClass property.- Returns:
- possible object is
Boolean
-
setLocalClass
public void setLocalClass(Boolean value)
Sets the value of the localClass property.- Parameters:
value- allowed object isBoolean
-
isMemberClass
public Boolean isMemberClass()
Gets the value of the memberClass property.- Returns:
- possible object is
Boolean
-
setMemberClass
public void setMemberClass(Boolean value)
Sets the value of the memberClass property.- Parameters:
value- allowed object isBoolean
-
getUri
public String getUri()
Gets the value of the uri property.- Returns:
- possible object is
String
-
setUri
public void setUri(String value)
Sets the value of the uri property.- Parameters:
value- allowed object isString
-
-