public class AsKeyword
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
AsKeyword(java.lang.String value,
AsKeywordModifier... modifiers)
Creates a new keyword.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AsKeywordModifier> |
getModifiers()
Returns the modifiers of the keyword.
|
java.lang.String |
getValue()
Returns the value of the keyword.
|
public AsKeyword(java.lang.String value,
AsKeywordModifier... modifiers)
value - - the valuemodifiers - - the modifierspublic java.lang.String getValue()
public java.util.Collection<AsKeywordModifier> getModifiers()
Copyright © 2018 SAP SE. All Rights Reserved.