@OslcNamespace(value="http://open-services.net/ns/core#") @OslcResourceShape(title="OSLC Extended Error Resource Shape", describes="http://open-services.net/ns/core#ExtendedError") public class ExtendedError extends Object
Constructor and Description |
---|
ExtendedError() |
Modifier and Type | Method and Description |
---|---|
String |
getHintHeight() |
String |
getHintWidth() |
URI |
getMoreInfo() |
String |
getRel() |
void |
setHintHeight(String hintHeight) |
void |
setHintWidth(String hintWidth) |
void |
setMoreInfo(URI moreInfo) |
void |
setRel(String rel) |
@OslcDescription(value="Values MUST be expressed in relative length units as defined in the W3C Cascading Style Sheets Specification (CSS 2.1) Em and ex units are interpreted relative to the default system font (at 100% size).") @OslcPropertyDefinition(value="http://open-services.net/ns/core#hintHeight") @OslcReadOnly @OslcTitle(value="Hint Height") public String getHintHeight()
@OslcDescription(value="Values MUST be expressed in relative length units as defined in the W3C Cascading Style Sheets Specification (CSS 2.1) Em and ex units are interpreted relative to the default system font (at 100% size).") @OslcPropertyDefinition(value="http://open-services.net/ns/core#hintWidth") @OslcReadOnly @OslcTitle(value="Hint Width") public String getHintWidth()
@OslcDescription(value="A resource giving more information on the error SHOULD be of an HTML content-type.") @OslcPropertyDefinition(value="http://open-services.net/ns/core#moreInfo") @OslcReadOnly @OslcTitle(value="More Info") public URI getMoreInfo()
@OslcDescription(value="If present and set to \'alternate\' then indicates that work-around is provided, behavior for other values is undefined.") @OslcPropertyDefinition(value="http://open-services.net/ns/core#rel") @OslcReadOnly @OslcTitle(value="Rel") public String getRel()
public void setHintHeight(String hintHeight)
public void setHintWidth(String hintWidth)
public void setMoreInfo(URI moreInfo)
public void setRel(String rel)
Copyright © 2017. All rights reserved.