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()
HApiType
getDescription
in interface HApiType
public String getPath()
HApiType
public String getUrl()
HApiType
public String getFqdn()
HApiType
public List<String> getParameters()
HApiType
String
representing java-like generic types that can be used as types for the properties belonging to this typegetParameters
in interface HApiType
public Map<String,HApiProperty> getProperties()
HApiType
This list does not include properties inherited from the parent type
getProperties
in interface HApiType
public Map<String,HApiProperty> getAllProperties()
HApiType
getAllProperties
in interface HApiType
public HApiType getParent()
HApiType
public boolean isAbstract()
HApiType
isAbstract
in interface HApiType
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.