Known Direct Subclasses
|
Known Indirect Subclasses
|
Class Overview
A type in the EDM type system.
Summary
| Nested Classes |
|
class |
EdmType.Builder<T, TBuilder> |
Mutable builder for EdmType objects. |
|
class |
EdmType.DeferredBuilder<T, TBuilder> |
Mutable builder for EdmType objects with deferred resolution. |
|
[Expand]
Inherited Methods |
From class
org.odata4j.edm.EdmItem
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Fields
private
final
String
fullyQualifiedTypeName
Protected Constructors
protected
EdmType
(String fullyQualifiedTypeName)
Parameters
| fullyQualifiedTypeName
| |
| documentation
| |
| annotations
| |
Public Methods
public
boolean
equals
(Object other)
public
String
getFullyQualifiedTypeName
()
Gets the fully-qualified type name for this edm-type.
public
static
Class<? extends OObject>
getInstanceType
(EdmType edmType)
Gets the corresponding instance type of a given edm type. e.g. OEntity for EdmEntityType
public
static
EdmSimpleType<?>
getSimple
(String fullyQualifiedTypeName)
Gets an edm-type for a given type name.
Parameters
| fullyQualifiedTypeName
| The fully-qualified type name |
public
abstract
boolean
isSimple
()
public
String
toString
()