public class JavaClass extends JavaField implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
annonymous |
protected Boolean |
annotation |
protected Boolean |
enumeration |
protected Boolean |
isInterface |
protected JavaEnumFields |
javaEnumFields |
protected JavaFields |
javaFields |
protected Boolean |
localClass |
protected Boolean |
memberClass |
protected String |
packageName |
protected String |
uri |
annotations, canonicalClassName, className, collectionClassName, getMethod, modifiers, name, parameterizedTypes, primitive, setMethod, synthetic| Constructor and Description |
|---|
JavaClass() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
JavaEnumFields |
getJavaEnumFields()
Gets the value of the javaEnumFields property.
|
JavaFields |
getJavaFields()
Gets the value of the javaFields property.
|
String |
getPackageName()
Gets the value of the packageName property.
|
String |
getUri()
Gets the value of the uri property.
|
int |
hashCode() |
Boolean |
isAnnonymous()
Gets the value of the annonymous property.
|
Boolean |
isAnnotation()
Gets the value of the annotation property.
|
Boolean |
isEnumeration()
Gets the value of the enumeration property.
|
Boolean |
isInterface()
Gets the value of the interface property.
|
Boolean |
isLocalClass()
Gets the value of the localClass property.
|
Boolean |
isMemberClass()
Gets the value of the memberClass property.
|
void |
setAnnonymous(Boolean value)
Sets the value of the annonymous property.
|
void |
setAnnotation(Boolean value)
Sets the value of the annotation property.
|
void |
setEnumeration(Boolean value)
Sets the value of the enumeration property.
|
void |
setInterface(Boolean value)
Sets the value of the interface property.
|
void |
setJavaEnumFields(JavaEnumFields value)
Sets the value of the javaEnumFields property.
|
void |
setJavaFields(JavaFields value)
Sets the value of the javaFields property.
|
void |
setLocalClass(Boolean value)
Sets the value of the localClass property.
|
void |
setMemberClass(Boolean value)
Sets the value of the memberClass property.
|
void |
setPackageName(String value)
Sets the value of the packageName property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
getAnnotations, getCanonicalClassName, getClassName, getCollectionClassName, getGetMethod, getModifiers, getName, getParameterizedTypes, getSetMethod, isPrimitive, isSynthetic, setAnnotations, setCanonicalClassName, setClassName, setCollectionClassName, setGetMethod, setModifiers, setName, setParameterizedTypes, setPrimitive, setSetMethod, setSyntheticgetActions, getArrayDimensions, getArraySize, getCollectionType, getDocId, getFieldType, getFormat, getIndex, getPath, getStatus, getValue, isRequired, setActions, setArrayDimensions, setArraySize, setCollectionType, setDocId, setFieldType, setFormat, setIndex, setPath, setRequired, setStatus, setValueprotected JavaEnumFields javaEnumFields
protected JavaFields javaFields
protected String packageName
protected Boolean annotation
protected Boolean annonymous
protected Boolean enumeration
protected Boolean isInterface
protected Boolean localClass
protected Boolean memberClass
protected String uri
public JavaEnumFields getJavaEnumFields()
JavaEnumFieldspublic void setJavaEnumFields(JavaEnumFields value)
value - allowed object is
JavaEnumFieldspublic JavaFields getJavaFields()
JavaFieldspublic void setJavaFields(JavaFields value)
value - allowed object is
JavaFieldspublic String getPackageName()
Stringpublic void setPackageName(String value)
value - allowed object is
Stringpublic Boolean isAnnotation()
Booleanpublic void setAnnotation(Boolean value)
value - allowed object is
Booleanpublic Boolean isAnnonymous()
Booleanpublic void setAnnonymous(Boolean value)
value - allowed object is
Booleanpublic Boolean isEnumeration()
Booleanpublic void setEnumeration(Boolean value)
value - allowed object is
Booleanpublic Boolean isInterface()
Booleanpublic void setInterface(Boolean value)
value - allowed object is
Booleanpublic Boolean isLocalClass()
Booleanpublic void setLocalClass(Boolean value)
value - allowed object is
Booleanpublic Boolean isMemberClass()
Booleanpublic void setMemberClass(Boolean value)
value - allowed object is
Booleanpublic String getUri()
Stringpublic void setUri(String value)
value - allowed object is
StringCopyright © 2021 JBoss by Red Hat. All rights reserved.