Package com.thepluginpeople.jemhod.model
Class DirectiveAlias
java.lang.Object
com.thepluginpeople.jemhod.model.DirectiveAlias
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionDirectiveAlias
(DirectiveAlias.DirectiveAliasType directiveAliasType, String fromKey, String fromValue, String toKey, String toValue) -
Method Summary
Modifier and TypeMethodDescriptiongetToKey()
static DirectiveAlias
static DirectiveAlias
void
setDirectiveAliasType
(DirectiveAlias.DirectiveAliasType directiveAliasType) void
setFromKey
(String fromKey) void
setFromValue
(String fromValue) void
void
setToValue
(String toValue) toString()
static DirectiveAlias
-
Constructor Details
-
DirectiveAlias
public DirectiveAlias() -
DirectiveAlias
public DirectiveAlias(DirectiveAlias.DirectiveAliasType directiveAliasType, String fromKey, String fromValue, String toKey, String toValue)
-
-
Method Details