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() |
Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.