Package io.higson.runtime.rhino.domain
Class RhinoDomainElement
java.lang.Object
io.higson.runtime.rhino.domain.RhinoDomainElement
- Author:
- przemek hertel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncode()dynamicAttr(String code) booleangetAttrBoolean(String code) booleangetAttrBoolean(String code, HigsonContext ctx) getAttrDate(String code) getAttrDate(String code, HigsonContext ctx) getAttrDecimal(String code) getAttrDecimal(String code, HigsonContext ctx) getAttrInteger(String code) getAttrInteger(String code, HigsonContext ctx) doublegetAttrNumber(String code) doublegetAttrNumber(String code, HigsonContext ctx) getAttrString(String code) getAttrString(String code, HigsonContext ctx) getAttrValue(String code) getAttrValue(String code, HigsonContext 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
-