public class LayoutDirectionQualifier extends EnumBasedResourceQualifier
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
| Constructor and Description |
|---|
LayoutDirectionQualifier() |
LayoutDirectionQualifier(com.android.resources.LayoutDirection value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkAndSet(java.lang.String value,
FolderConfiguration config)
Check if the value is valid for this qualifier, and if so sets the value into a Folder
Configuration.
|
com.android.resources.ResourceEnum |
getEnumValue() |
java.lang.String |
getName()
Returns the human readable name of the qualifier.
|
java.lang.String |
getShortName()
Returns a shorter human readable name for the qualifier.
|
com.android.resources.LayoutDirection |
getValue() |
int |
since()
Returns the API level when this qualifier was added to Android.
|
equals, getFolderSegment, getLongDisplayValue, getShortDisplayValue, hasFakeValue, hashCode, isValidcompareTo, deprecated, getNullQualifier, isBetterMatchThan, isMatchFor, isValid, toStringpublic static final java.lang.String NAME
public LayoutDirectionQualifier()
public LayoutDirectionQualifier(com.android.resources.LayoutDirection value)
public com.android.resources.LayoutDirection getValue()
public com.android.resources.ResourceEnum getEnumValue()
getEnumValue in class EnumBasedResourceQualifierpublic java.lang.String getName()
ResourceQualifiergetName in class ResourceQualifierpublic java.lang.String getShortName()
ResourceQualifiergetShortName in class ResourceQualifierResourceQualifier.getName()public int since()
ResourceQualifiersince in class ResourceQualifierpublic boolean checkAndSet(java.lang.String value,
FolderConfiguration config)
ResourceQualifiercheckAndSet in class ResourceQualifiervalue - The value to check and set. Must not be null.config - The folder configuration to receive the value. Must not be null.