Class Repeatable
java.lang.Object
groovy.lang.GroovyObjectSupport
groovy.lang.Closure
org.openehealth.ipf.modules.hl7.dsl.Repeatable
- All Implemented Interfaces:
GroovyCallable
,GroovyObject
,Serializable
,Cloneable
,Iterable<Visitable>
,Runnable
,Callable
- See Also:
-
Field Summary
Fields inherited from class groovy.lang.Closure
DELEGATE_FIRST, DELEGATE_ONLY, DONE, IDENTITY, maximumNumberOfParameters, OWNER_FIRST, OWNER_ONLY, parameterTypes, SKIP, TO_SELF
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
protected Object
elementAt
(int argument) void
getAt
(int index) getIndex()
getPath()
getProperty
(String property) boolean
isEmpty()
iterator()
methodMissing
(String name, Object args) propertyMissing
(String name) void
setElements
(Object value) void
void
setStructure
(Structure value) int
size()
Methods inherited from class groovy.lang.Closure
andThen, andThenSelf, andThenSelf, asWritable, call, call, call, clone, compose, composeSelf, composeSelf, curry, curry, dehydrate, getDelegate, getDirective, getMaximumNumberOfParameters, getOwner, getParameterTypes, getResolveStrategy, getThisObject, isCase, leftShift, leftShift, memoize, memoizeAtLeast, memoizeAtMost, memoizeBetween, ncurry, ncurry, rcurry, rcurry, rehydrate, rightShift, run, setDelegate, setDirective, setProperty, setResolveStrategy, throwRuntimeException, trampoline, trampoline
Methods inherited from class groovy.lang.GroovyObjectSupport
getMetaClass, setMetaClass
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface groovy.lang.GroovyObject
invokeMethod
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
Repeatable
-
-
Method Details
-
getStructure
-
setStructure
-
getElements
-
setElements
-
getIndex
-
setIndex
-
iterator
-
getProperty
- Specified by:
getProperty
in interfaceGroovyObject
- Overrides:
getProperty
in classClosure
-
methodMissing
-
getAt
-
propertyMissing
-
from
-
encodeRepetitions
-
doCall
-
elementAt
-
size
public int size() -
isEmpty
public boolean isEmpty() -
asBoolean
public boolean asBoolean() -
getPath
-