Class RhinoDomainElement
java.lang.Object
pl.decerto.hyperon.runtime.rhino.domain.RhinoDomainElement
- Author:
- przemek hertel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncode()dynamicAttr(String code) booleangetAttrBoolean(String code) booleangetAttrBoolean(String code, HyperonContext ctx) getAttrDate(String code) getAttrDate(String code, HyperonContext ctx) getAttrDecimal(String code) getAttrDecimal(String code, HyperonContext ctx) getAttrInteger(String code) getAttrInteger(String code, HyperonContext ctx) doublegetAttrNumber(String code) doublegetAttrNumber(String code, HyperonContext ctx) getAttrString(String code) getAttrString(String code, HyperonContext ctx) getAttrValue(String code) getAttrValue(String code, HyperonContext ctx) getCode()getName()getPath()Get domain element from given path, if element not found null is returnedbooleanbooleanhasDynamicAttr(String code) booleanhasStaticAttr(String code) booleanisAttrDefined(String code) booleanbooleanisRoot()name()parent()staticAttr(String code) toString()unwrap()
-
Constructor Details
-
RhinoDomainElement
public RhinoDomainElement()
-
-
Method Details
-
get
-
getSafe
Get domain element from given path, if element not found null is returned- Parameters:
path- domain path to retrieve element- Returns:
- domain element from given path or null otherwise
-
getSafe
-
get
-
getAll
-
attr
-
staticAttr
-
dynamicAttr
-
getAttrString
-
getAttrString
-
getAttrDecimal
-
getAttrDecimal
-
getAttrNumber
-
getAttrNumber
-
getAttrInteger
-
getAttrInteger
-
getAttrDate
-
getAttrDate
-
getAttrValue
-
getAttrValue
-
getAttrBoolean
-
getAttrBoolean
-
hasStaticAttr
-
hasDynamicAttr
-
hasAttr
-
code
-
name
-
parent
-
unwrap
-
getCode
-
getName
-
getTypeCode
-
getTypeName
-
getPath
-
isRoot
public boolean isRoot() -
isAttrDefined
-
isAttrSet
-
getCallPath
-
getDigest
-
toString
-