Uses of Class
org.eclipse.xsemantics.dsl.xsemantics.EntryPointsOption
-
Packages that use EntryPointsOption Package Description org.eclipse.xsemantics.dsl.xsemantics org.eclipse.xsemantics.dsl.xsemantics.impl -
-
Uses of EntryPointsOption in org.eclipse.xsemantics.dsl.xsemantics
Fields in org.eclipse.xsemantics.dsl.xsemantics with type parameters of type EntryPointsOption Modifier and Type Field Description static java.util.List<EntryPointsOption>EntryPointsOption. VALUESA public read-only list of all the 'Entry Points Option' enumerators.Methods in org.eclipse.xsemantics.dsl.xsemantics that return EntryPointsOption Modifier and Type Method Description static EntryPointsOptionEntryPointsOption. get(int value)Returns the 'Entry Points Option' literal with the specified integer value.static EntryPointsOptionEntryPointsOption. get(java.lang.String literal)Returns the 'Entry Points Option' literal with the specified literal value.static EntryPointsOptionEntryPointsOption. getByName(java.lang.String name)Returns the 'Entry Points Option' literal with the specified name.EntryPointsOptionCachedClause. getEntryPointsOption()Returns the value of the 'Entry Points Option' attribute.static EntryPointsOptionEntryPointsOption. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EntryPointsOption[]EntryPointsOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.xsemantics.dsl.xsemantics with parameters of type EntryPointsOption Modifier and Type Method Description voidCachedClause. setEntryPointsOption(EntryPointsOption value)Sets the value of the 'Entry Points Option' attribute. -
Uses of EntryPointsOption in org.eclipse.xsemantics.dsl.xsemantics.impl
Fields in org.eclipse.xsemantics.dsl.xsemantics.impl declared as EntryPointsOption Modifier and Type Field Description protected static EntryPointsOptionCachedClauseImpl. ENTRY_POINTS_OPTION_EDEFAULTThe default value of the 'Entry Points Option' attribute.protected EntryPointsOptionCachedClauseImpl. entryPointsOptionThe cached value of the 'Entry Points Option' attribute.Methods in org.eclipse.xsemantics.dsl.xsemantics.impl that return EntryPointsOption Modifier and Type Method Description EntryPointsOptionXsemanticsFactoryImpl. createEntryPointsOptionFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)EntryPointsOptionCachedClauseImpl. getEntryPointsOption()Methods in org.eclipse.xsemantics.dsl.xsemantics.impl with parameters of type EntryPointsOption Modifier and Type Method Description voidCachedClauseImpl. setEntryPointsOption(EntryPointsOption newEntryPointsOption)
-