Java Reference
In-Depth Information
Type
Name
Description
Set
allFeatures
The Set of all Object Features
Set
allOperations
The Set of all Object Operations
Set
allStaticProperties
The Set of all Object StaticProperties
String
documentation
The Object documentation
Table 14-12
Type Operations
Return Type
Name
Description
Property
getProperty (String)
Returns a Property that matches the provided
name
Operation
getOperation
Returns an Operation that matches the provided
(String, List)
name and List of parameters
StaticProperty
getStaticProperty
Returns the StaticProperty that matches the
(String)
provided name
Feature
getFeature
Returns the Feature of the provided name and
(String, List)
Type
Boolean
isAssignableFrom
Returns true if the Type is assignable from the
(Type)
specified Type
Boolean
isInstance (Object)
Returns true if the specified Object is an
instance
Object
newInstance ()
Returns a new instance of the Object
The supertype of Feature is Object .
Table 14-13
Feature Properties
Type
Name
Description
Type
owner
The owner of the Feature
Type
returnType
The return Type of the Feature
String
documentation
The documentation of the Feature
String
name
The name of the Feature
The supertype of Property is Feature .
 
Search WWH ::




Custom Search