public class FieldMetadata extends Object implements Serializable
FieldMetadata objects are thread-safe. Multiple threads may
safely call the methods of a shared FieldMetadata object.
| Constructor and Description |
|---|
FieldMetadata(String name,
String className,
String declaringClassName)
Used by an
EntityModel to construct field metadata. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
String |
getClassName()
Returns the class name of the field type.
|
String |
getDeclaringClassName()
Returns the name of the class where the field is declared.
|
String |
getName()
Returns the field name.
|
int |
hashCode() |
String |
toString() |
public String getName()
public String getClassName()
public String getDeclaringClassName()
Copyright © 2024. All rights reserved.