public class JavaClass extends JavaField implements Serializable
Modifier and Type | Field and Description |
---|---|
protected Boolean |
_interface |
protected Boolean |
annonymous |
protected Boolean |
annotation |
protected Boolean |
enumeration |
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, setSynthetic
getActions, getArrayDimensions, getArraySize, getCollectionType, getDocId, getFieldType, getFormat, getIndex, getPath, getStatus, getValue, isRequired, setActions, setArrayDimensions, setArraySize, setCollectionType, setDocId, setFieldType, setFormat, setIndex, setPath, setRequired, setStatus, setValue
protected JavaEnumFields javaEnumFields
protected JavaFields javaFields
protected String packageName
protected Boolean annotation
protected Boolean annonymous
protected Boolean enumeration
protected Boolean _interface
protected Boolean localClass
protected Boolean memberClass
protected String uri
public JavaEnumFields getJavaEnumFields()
JavaEnumFields
public void setJavaEnumFields(JavaEnumFields value)
value
- allowed object is
JavaEnumFields
public JavaFields getJavaFields()
JavaFields
public void setJavaFields(JavaFields value)
value
- allowed object is
JavaFields
public String getPackageName()
String
public void setPackageName(String value)
value
- allowed object is
String
public Boolean isAnnotation()
Boolean
public void setAnnotation(Boolean value)
value
- allowed object is
Boolean
public Boolean isAnnonymous()
Boolean
public void setAnnonymous(Boolean value)
value
- allowed object is
Boolean
public Boolean isEnumeration()
Boolean
public void setEnumeration(Boolean value)
value
- allowed object is
Boolean
public Boolean isInterface()
Boolean
public void setInterface(Boolean value)
value
- allowed object is
Boolean
public Boolean isLocalClass()
Boolean
public void setLocalClass(Boolean value)
value
- allowed object is
Boolean
public Boolean isMemberClass()
Boolean
public void setMemberClass(Boolean value)
value
- allowed object is
Boolean
public String getUri()
String
public void setUri(String value)
value
- allowed object is
String
Copyright © 2020 JBoss by Red Hat. All rights reserved.