| Constructor and Description |
|---|
AbstractHapiTypeImpl(String name) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,HApiProperty> |
getAllProperties()
A map with the names of the properties as keys and the HApiProperty object as values defined for this type,
including the properties inherited from the parent type
|
String |
getDescription()
The description of this type
|
String |
getFqdn()
The fully qualified domain name of this type
|
String |
getName()
The name of this type
|
List<String> |
getParameters()
A list of
String representing java-like generic types that can be used as types for the properties belonging to this type |
HApiType |
getParent()
Returns the parent type object
|
String |
getPath()
The path of the Resource representing this type
|
Map<String,HApiProperty> |
getProperties()
A map with the names of the properties as keys and the HApiProperty object as values defined for this type
|
String |
getUrl()
The external URL of the node representing this type
|
boolean |
isAbstract()
Whether this type is abstract or not.
|
public static final String ABSTRACT
public AbstractHapiTypeImpl(String name)
public String getDescription()
HApiTypegetDescription in interface HApiTypepublic String getPath()
HApiTypepublic String getUrl()
HApiTypepublic String getFqdn()
HApiTypepublic List<String> getParameters()
HApiTypeString representing java-like generic types that can be used as types for the properties belonging to this typegetParameters in interface HApiTypepublic Map<String,HApiProperty> getProperties()
HApiTypeThis list does not include properties inherited from the parent type
getProperties in interface HApiTypepublic Map<String,HApiProperty> getAllProperties()
HApiTypegetAllProperties in interface HApiTypepublic HApiType getParent()
HApiTypepublic boolean isAbstract()
HApiTypeisAbstract in interface HApiTypeCopyright © 2007–2017 The Apache Software Foundation. All rights reserved.