Package wt.associativity
Class UsagePathLinkAnnotation
java.lang.Object
wt.fc.EnumeratedType
wt.associativity._UsagePathLinkAnnotation
wt.associativity.UsagePathLinkAnnotation
- All Implemented Interfaces:
Serializable,Comparable,EnumeratedType,LocalizableMetadata,LocalizableMessage,Message
@GenAsEnumeratedType(supportedAPI=PUBLIC)
public class UsagePathLinkAnnotation
extends _UsagePathLinkAnnotation
UsagePathLinkAnnotation represents additional flags on UsagePathLink granted or denied.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class wt.fc.EnumeratedType
EnumeratedType.OrderOnOrder -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final UsagePathLinkAnnotationTRANSVERSAL_CONSUMPTION_LINKFields inherited from class wt.fc.EnumeratedType
secretHandshake, SEP_CHAR, userLocaleFields inherited from interface wt.meta.EnumeratedType
DEFAULT_VALUE, ORDER, SELECTABLE -
Method Summary
Modifier and TypeMethodDescriptionstatic UsagePathLinkAnnotationtoUsagePathLinkAnnotation(String internal_value) Returns the UsagePathLinkAnnotation instance for the internal_value argument.Methods inherited from class wt.associativity._UsagePathLinkAnnotation
getLocaleSet, getUsagePathLinkAnnotationDefault, getUsagePathLinkAnnotationSet, getValueSet, newUsagePathLinkAnnotation, reloadEnumeratedTypeWithCustomValues, valueSetMethods inherited from class wt.fc.EnumeratedType
clearCustomEnumsCache, compareTo, defaultEnumeratedType, dynamicInstance, equals, getAbbreviatedDisplay, getComment, getComment, getDisplay, getDisplay, getFullDisplay, getInternalKey, getLocalizedMessage, getLocalizedValues, getLongDescription, getLongDescription, getOrder, getSelectableValueSet, getShortDescription, getShortDescription, getStringValue, getStringValue, getValidSet, getValue, hashCode, instantiateSet, instantiateSet, isCustomValueLoaded, isDefaultValue, isDefaultValue, isPrimaryKey, isSelectable, main, readResolve, setCustomValueLoaded, setCustomValueLoadedTrueForAllEntries, setDefaultValue, setLocalizedValues, setOrder, setSelectable, setValue, toEnumeratedType, toEnumeratedType, toEnumeratedType, toString, validateFriendship
-
Field Details
-
TRANSVERSAL_LINK
TRANSVERSAL_CONSUMPTION_LINKThis annotation on UsagePathLinkAnnotation denotes that this UsagePathLink contains information for transversal consumption link
Supported API: true
-
-
Method Details
-
toUsagePathLinkAnnotation
public static UsagePathLinkAnnotation toUsagePathLinkAnnotation(String internal_value) throws WTInvalidParameterException Returns the UsagePathLinkAnnotation instance for the internal_value argument.
Supported API: true- Parameters:
internal_value- The internal (persistent) value for a valid instance of UsagePathLinkAnnotation.- Returns:
- UsagePathLinkAnnotation
- Throws:
WTInvalidParameterException
-