public final class PatternParameter extends Object
| Constructor and Description |
|---|
PatternParameter(String uri,
String id,
PatternParameterConstraints constrain,
String constraintPattern)
Instantiates a new Pattern parameter.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
PatternParameterConstraints |
getConstrain()
Gets constrain.
|
String |
getConstraintPattern()
Gets constraint pattern.
|
String |
getId()
Gets id.
|
String |
getUri()
Gets uri.
|
int |
hashCode() |
public PatternParameter(String uri, String id, PatternParameterConstraints constrain, String constraintPattern)
uri - the uri of the parameterid - the parameter idconstrain - the constrainconstraintPattern - the constraint pattern (if exists)public String getUri()
public String getId()
public PatternParameterConstraints getConstrain()
public String getConstraintPattern()
Copyright © 2015. All rights reserved.