| Package | Description |
|---|---|
| de.vandermeer.skb.categories.dsl.curlybracket |
| Modifier and Type | Method and Description |
|---|---|
static IsScopedID.PropAttributes |
IsScopedID.PropAttributes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IsScopedID.PropAttributes[] |
IsScopedID.PropAttributes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Object,Map<IsScopedID.PropAttributes,Object>> |
IsScopedID_Impl.getProperties() |
Map<Object,Map<IsScopedID.PropAttributes,Object>> |
IsScopedID.getProperties()
Returns all properties of all elements of the scoped ID.
|
Map<IsScopedID.PropAttributes,Object> |
IsScopedID_Impl.getProperties(Object element) |
Map<IsScopedID.PropAttributes,Object> |
IsScopedID.getProperties(Object element)
Returns the properties of a specific element of the scoped name
|
Map<IsScopedID.PropAttributes,Object> |
IsScopedID_Impl.peekFirstProperties() |
Map<IsScopedID.PropAttributes,Object> |
IsScopedID.peekFirstProperties()
Returns the properties of the first element of the scoped name
|
Map<IsScopedID.PropAttributes,Object> |
IsScopedID_Impl.peekLastProperties() |
Map<IsScopedID.PropAttributes,Object> |
IsScopedID.peekLastProperties()
Returns the properties of the last element of the scoped name
|
| Modifier and Type | Method and Description |
|---|---|
static IsScopedID |
CB_Factory.createScopedID(Deque<Object> scope,
Map<Object,Map<IsScopedID.PropAttributes,Object>> properties) |
| Constructor and Description |
|---|
IsScopedID_Impl(Deque<Object> scope,
Map<Object,Map<IsScopedID.PropAttributes,Object>> properties)
Returns a new scoped name for given scope and properties
|
Copyright © 2010–2015. All rights reserved.